From bc26dff2ca1d3bcc431d489c5958df5e864f1863 Mon Sep 17 00:00:00 2001 From: Ashley Wulber Date: Wed, 7 Sep 2022 12:04:56 -0400 Subject: refactor: undo changes to radio --- native/src/widget/radio.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'native/src/widget/radio.rs') diff --git a/native/src/widget/radio.rs b/native/src/widget/radio.rs index 204247f8..cb83f745 100644 --- a/native/src/widget/radio.rs +++ b/native/src/widget/radio.rs @@ -84,7 +84,7 @@ where f: F, ) -> Self where - V: PartialEq + Copy, + V: Eq + Copy, F: FnOnce(V) -> Message, { Radio { -- cgit