summaryrefslogtreecommitdiffstats
path: root/native/src/widget/slider.rs
diff options
context:
space:
mode:
Diffstat (limited to 'native/src/widget/slider.rs')
-rw-r--r--native/src/widget/slider.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/native/src/widget/slider.rs b/native/src/widget/slider.rs
index fe503c34..49cf0368 100644
--- a/native/src/widget/slider.rs
+++ b/native/src/widget/slider.rs
@@ -35,6 +35,7 @@ use std::{hash::Hash, ops::RangeInclusive};
/// ```
///
/// ![Slider drawn by Coffee's renderer](https://github.com/hecrj/coffee/blob/bda9818f823dfcb8a7ad0ff4940b4d4b387b5208/images/ui/slider.png?raw=true)
+#[allow(missing_debug_implementations)]
pub struct Slider<'a, Message> {
state: &'a mut State,
range: RangeInclusive<f32>,