summaryrefslogtreecommitdiffstats
path: root/pure/src/lib.rs
diff options
context:
space:
mode:
authorLibravatar Richard <richardsoncusto@gmail.com>2022-05-10 09:50:17 -0300
committerLibravatar Richard <richardsoncusto@gmail.com>2022-05-10 09:50:17 -0300
commitb440df9afbb2b63717e84d209a0995ada0e72e6d (patch)
tree80b0a55ff3834647a6527d8856632e79d8352789 /pure/src/lib.rs
parent27fdc707562d4e229f07ed9496ed5d64f4e108bc (diff)
parentd4ed8afa1ed15486144dc7afee52c09e044a92e0 (diff)
downloadiced-b440df9afbb2b63717e84d209a0995ada0e72e6d.tar.gz
iced-b440df9afbb2b63717e84d209a0995ada0e72e6d.tar.bz2
iced-b440df9afbb2b63717e84d209a0995ada0e72e6d.zip
Merge branch 'master' into dev/system-information
Diffstat (limited to 'pure/src/lib.rs')
-rw-r--r--pure/src/lib.rs3
1 files changed, 1 insertions, 2 deletions
diff --git a/pure/src/lib.rs b/pure/src/lib.rs
index 6af74771..fa5fd46f 100644
--- a/pure/src/lib.rs
+++ b/pure/src/lib.rs
@@ -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;