Expose pure flex module as public
This commit is contained in:
parent
7087a3d75c
commit
927e1a99d2
1 changed files with 1 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue