mirror of
https://github.com/perstarkse/minne.git
synced 2026-04-10 03:13:37 +02:00
chore: clippy fixes
This commit is contained in:
11
Cargo.toml
11
Cargo.toml
@@ -60,3 +60,14 @@ state-machines = "0.2.0"
|
||||
[profile.dist]
|
||||
inherits = "release"
|
||||
lto = "thin"
|
||||
|
||||
[workspace.lints.clippy]
|
||||
perf = { level = "warn", priority = -1 }
|
||||
pedantic = { level = "warn", priority = -1 }
|
||||
nursery = { level = "warn", priority = -1 }
|
||||
cargo = { level = "warn", priority = -1 }
|
||||
|
||||
needless_question_mark = "allow"
|
||||
single_call_fn = "allow"
|
||||
must_use_candidate = "allow"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user