Skip to content

Commit 517eb8e

Browse files
committed
Enable more rust lints
1 parent 235e1a4 commit 517eb8e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Cargo.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,12 @@ default-run = "server"
1212
members = ["crates_io_*"]
1313

1414
[workspace.lints.rust]
15+
future_incompatible = "warn"
16+
nonstandard_style = "warn"
1517
rust_2018_idioms = "warn"
18+
rust_2018_compatibility = "warn"
19+
rust_2021_compatibility = "warn"
20+
unused = "warn"
1621

1722
[workspace.lints.clippy]
1823
all = "warn"

0 commit comments

Comments
 (0)