From 984d545546abf96e385ba366e073d4eac3100f1e Mon Sep 17 00:00:00 2001 From: Ashley Wulber Date: Tue, 29 Aug 2023 14:53:42 -0400 Subject: [PATCH] fix: remove conflicting iced text_input from reexports --- src/widget/mod.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/widget/mod.rs b/src/widget/mod.rs index fdec6106..de0660b9 100644 --- a/src/widget/mod.rs +++ b/src/widget/mod.rs @@ -12,7 +12,6 @@ pub use iced::widget::{radio, Radio}; pub use iced::widget::{row, Row}; pub use iced::widget::{slider, Slider}; pub use iced::widget::{space, Space}; -pub use iced::widget::{text_input, TextInput}; pub mod aspect_ratio;