Skip to content

Commit

Permalink
chore(clippy): allow module_name_repetitions
Browse files Browse the repository at this point in the history
  • Loading branch information
lffg committed Mar 20, 2024
1 parent 59c9ef0 commit 5d95342
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,5 @@ uuid = { version = "1", features = ["serde", "v4"] }
[workspace.lints.clippy]
all = "warn"
pedantic = "warn"
wildcard_imports = { level = "allow", priority = 2 }
wildcard_imports = "allow"
module_name_repetitions = "allow"

0 comments on commit 5d95342

Please sign in to comment.