Skip to content

Commit 4cb6bb7

Browse files
chore: enable more lints
1 parent 81f5851 commit 4cb6bb7

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

Cargo.toml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,15 @@ repository = "https://github.com/kristof-mattei/rust-seed"
1414
[lints.clippy]
1515
# don't stop from compiling / running
1616
all = "warn"
17-
pedantic = "warn"
1817
cargo = "warn"
18+
complexity = "warn"
19+
correctness = "warn"
20+
pedantic = "warn"
21+
perf = "warn"
22+
# restriction = "warn"
23+
style = "warn"
24+
suspicious = "warn"
25+
1926
# this one causes confusion when combining variables (`foo`) and
2027
# dereferenced variables (`foo.bar`). The latter cannot be inlined
2128
# so we don't inline anything

0 commit comments

Comments
 (0)