summaryrefslogtreecommitdiffstats
path: root/native/src/widget/slider.rs
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2019-11-22 22:13:54 +0100
committerLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2019-11-22 22:13:54 +0100
commit048909b45dfecef73bfacf3b5aa67462470ccca2 (patch)
tree06b33d3f1d45e7d4293db6a8af2a8e0addb31730 /native/src/widget/slider.rs
parentd136b7ce648cde0dcdcc5388d8cb82b3e7e0fc58 (diff)
downloadiced-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.rs1
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,