Skip to content

Commit c9dee4b

Browse files
chore: disable multiple_crate_versions, it's just noise
1 parent 545e072 commit c9dee4b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ suspicious = "warn"
2727
# when done blindly, plus it makes it harder to debug as you cannot put breakpoints on return
2828
# values of functions (yet)
2929
let_and_return = { level = "allow", priority = 127 }
30+
# nothing we can do about these, they just create noise
31+
multiple_crate_versions = { level = "allow", priority = 127 }
3032
# this one is debatable. continue is used in places to be explicit, and to guard against
3133
# issues when refactoring
3234
needless_continue = { level = "allow", priority = 127 }

clippy.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +0,0 @@
1-
allowed-duplicate-crates = []

0 commit comments

Comments
 (0)