Skip to content

Commit

Permalink
Ignore false positive clippy warning
Browse files Browse the repository at this point in the history
  • Loading branch information
benfrankel committed Dec 4, 2023
1 parent 35c3c3e commit 3111e50
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/state.rs
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ impl Plugin for StatePlugin {
}
}

#[allow(clippy::enum_variant_names)]
#[derive(States, Default, Copy, Clone, Eq, PartialEq, Hash, Debug, EnumIter)]
pub enum AppState {
#[default]
Expand Down

0 comments on commit 3111e50

Please sign in to comment.