[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"
|
unsafe_code = "forbid"
|
||||||
|
|
||||||
[lints.clippy]
|
[lints.clippy]
|
||||||
pedantic = "warn"
|
pedantic = { level = "warn", priority = -1 }
|
||||||
todo = "warn"
|
todo = "warn"
|
||||||
unwrap_used = "warn"
|
unwrap_used = "warn"
|
||||||
inline_always = "allow"
|
inline_always = "allow"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user