diff --git a/native/src/widget/slider.rs b/native/src/widget/slider.rs index 7a3e8071..3ce53f6c 100644 --- a/native/src/widget/slider.rs +++ b/native/src/widget/slider.rs @@ -144,7 +144,7 @@ where } /// The local state of a [`Slider`]. -#[derive(Debug, Clone, Copy, PartialEq, Default)] +#[derive(Debug, Clone, Copy, PartialEq, Eq, Default)] pub struct State { is_dragging: bool, }