diff options
author | 2019-11-22 22:13:54 +0100 | |
---|---|---|
committer | 2019-11-22 22:13:54 +0100 | |
commit | 048909b45dfecef73bfacf3b5aa67462470ccca2 (patch) | |
tree | 06b33d3f1d45e7d4293db6a8af2a8e0addb31730 /native/src/widget/slider.rs | |
parent | d136b7ce648cde0dcdcc5388d8cb82b3e7e0fc58 (diff) | |
download | iced-048909b45dfecef73bfacf3b5aa67462470ccca2.tar.gz iced-048909b45dfecef73bfacf3b5aa67462470ccca2.tar.bz2 iced-048909b45dfecef73bfacf3b5aa67462470ccca2.zip |
Fix `Button` example in `iced_native`
Diffstat (limited to 'native/src/widget/slider.rs')
-rw-r--r-- | native/src/widget/slider.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/native/src/widget/slider.rs b/native/src/widget/slider.rs index 49cf0368..f07ea7cd 100644 --- a/native/src/widget/slider.rs +++ b/native/src/widget/slider.rs @@ -4,7 +4,6 @@ //! //! [`Slider`]: struct.Slider.html //! [`State`]: struct.State.html - use crate::{ input::{mouse, ButtonState}, layout, Element, Event, Hasher, Layout, Length, Point, Rectangle, Size, |