summaryrefslogtreecommitdiffstats
path: root/widget/src/lib.rs
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector@hecrj.dev>2024-09-05 14:46:11 +0200
committerLibravatar Héctor Ramón Jiménez <hector@hecrj.dev>2024-09-05 14:49:18 +0200
commit7cb12e3c3b62871953a35cee55499b52fddb9944 (patch)
tree8591eabeb733fe08fdce68dd377c71e74396220d /widget/src/lib.rs
parent14e686cd37c29e404c33ac8e94a64fe411d9075a (diff)
downloadiced-7cb12e3c3b62871953a35cee55499b52fddb9944.tar.gz
iced-7cb12e3c3b62871953a35cee55499b52fddb9944.tar.bz2
iced-7cb12e3c3b62871953a35cee55499b52fddb9944.zip
Flag `lazy` feature types directly
Co-authored-by: JL710 <76447362+JL710@users.noreply.github.com>
Diffstat (limited to '')
-rw-r--r--widget/src/lib.rs3
1 files changed, 0 insertions, 3 deletions
diff --git a/widget/src/lib.rs b/widget/src/lib.rs
index 115a29e5..a68720d6 100644
--- a/widget/src/lib.rs
+++ b/widget/src/lib.rs
@@ -43,9 +43,6 @@ pub use helpers::*;
mod lazy;
#[cfg(feature = "lazy")]
-pub use crate::lazy::{Component, Lazy, Responsive};
-
-#[cfg(feature = "lazy")]
pub use crate::lazy::helpers::*;
#[doc(no_inline)]