We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 545e072 commit c9dee4bCopy full SHA for c9dee4b
Cargo.toml
@@ -27,6 +27,8 @@ suspicious = "warn"
27
# when done blindly, plus it makes it harder to debug as you cannot put breakpoints on return
28
# values of functions (yet)
29
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 }
32
# this one is debatable. continue is used in places to be explicit, and to guard against
33
# issues when refactoring
34
needless_continue = { level = "allow", priority = 127 }
clippy.toml
@@ -1 +0,0 @@
1
-allowed-duplicate-crates = []
0 commit comments