Skip to content

Commit

Permalink
Ignore clippy::enum_variant_names
Browse files Browse the repository at this point in the history
  • Loading branch information
raychu86 committed Apr 16, 2023
1 parent 586f8a5 commit afa2765
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions node/store/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,7 @@ pub enum TestMap {
Test = DataID::Test as u16,
}

#[allow(clippy::enum_variant_names)]
#[derive(Clone, Copy, Debug, PartialEq, Eq)]
#[repr(u16)]
enum DataID {
Expand Down

0 comments on commit afa2765

Please sign in to comment.