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 81f5851 commit 4cb6bb7Copy full SHA for 4cb6bb7
Cargo.toml
@@ -14,8 +14,15 @@ repository = "https://github.com/kristof-mattei/rust-seed"
14
[lints.clippy]
15
# don't stop from compiling / running
16
all = "warn"
17
-pedantic = "warn"
18
cargo = "warn"
+complexity = "warn"
19
+correctness = "warn"
20
+pedantic = "warn"
21
+perf = "warn"
22
+# restriction = "warn"
23
+style = "warn"
24
+suspicious = "warn"
25
+
26
# this one causes confusion when combining variables (`foo`) and
27
# dereferenced variables (`foo.bar`). The latter cannot be inlined
28
# so we don't inline anything
0 commit comments