[clippy] quirk in Cargo.toml for pedantic lint
This commit is contained in:
parent
90f1515166
commit
e5952d5467
@ -13,7 +13,7 @@ features = ["std", "clock"]
|
||||
unsafe_code = "forbid"
|
||||
|
||||
[lints.clippy]
|
||||
pedantic = "warn"
|
||||
pedantic = { level = "warn", priority = -1 }
|
||||
todo = "warn"
|
||||
unwrap_used = "warn"
|
||||
inline_always = "allow"
|
||||
|
Loading…
Reference in New Issue
Block a user