Skip to content

Commit

Permalink
hide Bounded behind number_input feature
Browse files Browse the repository at this point in the history
  • Loading branch information
genusistimelord committed May 17, 2024
1 parent 8cc9128 commit 540e9e8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/widgets/helpers.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

#[allow(unused_imports)]
use iced::{self, advanced::renderer, Color, Element};
#[cfg(feature = "number_input")]
use num_traits::bounds::Bounded;
#[allow(unused_imports)]
use std::{borrow::Cow, fmt::Display, hash::Hash, ops::RangeBounds};
Expand Down

0 comments on commit 540e9e8

Please sign in to comment.