Merge pull request #1333 from tarkah/fix/pub-pure-flex

Expose pure flex module as public
This commit is contained in:
Héctor Ramón 2022-05-05 19:42:59 +02:00 committed by GitHub
commit 2243e46190
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -87,12 +87,11 @@
#![forbid(unsafe_code)]
#![forbid(rust_2018_idioms)]
pub mod flex;
pub mod helpers;
pub mod overlay;
pub mod widget;
pub(crate) mod flex;
mod element;
pub use element::Element;