Evan Almloff %!s(int64=2) %!d(string=hai) anos
pai
achega
d1afd99b10
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      packages/html/src/input_data.rs

+ 1 - 0
packages/html/src/input_data.rs

@@ -7,6 +7,7 @@ use keyboard_types::Location;
 
 /// A mouse button type (such as Primary/Secondary)
 // note: EnumSetType also derives Copy and Clone for some reason
+#[allow(clippy::unused_unit)]
 #[derive(EnumSetType, Debug)]
 #[cfg_attr(feature = "serialize", derive(serde::Serialize, serde::Deserialize))]
 pub enum MouseButton {