[clippy] quirk in Cargo.toml for pedantic lint

This commit is contained in:
Paul Schulze 2024-09-09 11:17:00 +02:00
parent 90f1515166
commit e5952d5467
Signed by: ddidderr
GPG Key ID: 2186CDA2E090A755

View File

@ -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"