Skip to content

Commit 780b9d6

Browse files
committed
Fix clippy warning
1 parent 6b028d7 commit 780b9d6

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

gravel-core/src/hotkeys/structs.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ pub struct ParsedBinding {
99
#[bitflags]
1010
#[repr(u8)]
1111
#[derive(Copy, Clone, Debug, PartialEq, Eq)]
12+
#[expect(clippy::use_self, reason = "inside bitflags macro expansion")]
1213
pub enum Modifier {
1314
Alt,
1415
Control,

0 commit comments

Comments
 (0)