1 parent 6b028d7 commit 780b9d6Copy full SHA for 780b9d6
1 file changed
gravel-core/src/hotkeys/structs.rs
@@ -9,6 +9,7 @@ pub struct ParsedBinding {
9
#[bitflags]
10
#[repr(u8)]
11
#[derive(Copy, Clone, Debug, PartialEq, Eq)]
12
+#[expect(clippy::use_self, reason = "inside bitflags macro expansion")]
13
pub enum Modifier {
14
Alt,
15
Control,
0 commit comments