Merge pull request #1333 from tarkah/fix/pub-pure-flex
Expose pure flex module as public
This commit is contained in:
commit
2243e46190
1 changed files with 1 additions and 2 deletions
|
|
@ -87,12 +87,11 @@
|
||||||
#![forbid(unsafe_code)]
|
#![forbid(unsafe_code)]
|
||||||
#![forbid(rust_2018_idioms)]
|
#![forbid(rust_2018_idioms)]
|
||||||
|
|
||||||
|
pub mod flex;
|
||||||
pub mod helpers;
|
pub mod helpers;
|
||||||
pub mod overlay;
|
pub mod overlay;
|
||||||
pub mod widget;
|
pub mod widget;
|
||||||
|
|
||||||
pub(crate) mod flex;
|
|
||||||
|
|
||||||
mod element;
|
mod element;
|
||||||
|
|
||||||
pub use element::Element;
|
pub use element::Element;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue