Skip to content

Commit

Permalink
Merge pull request #1333 from tarkah/fix/pub-pure-flex
Browse files Browse the repository at this point in the history
Expose pure flex module as public
  • Loading branch information
hecrj committed May 31, 2022
1 parent 18327a2 commit e11331d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pure/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit e11331d

Please sign in to comment.