Skip to content

Commit

Permalink
refactor(clippy): allow variant names with the same prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
norskeld committed Mar 5, 2024
1 parent 75406c0 commit 4ed3d5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#![allow(clippy::module_inception)]
#![allow(clippy::module_inception, clippy::enum_variant_names)]

pub(crate) mod actions;
pub mod app;
Expand Down

0 comments on commit 4ed3d5a

Please sign in to comment.