[clippy] add priority because of some Rust 1.78 issue

This commit is contained in:
ddidderr 2024-05-07 21:00:03 +02:00
parent 3d8def56a3
commit 1b69509f8c
Signed by: ddidderr
GPG Key ID: 3841F1C27E6F0E14

View File

@ -7,7 +7,7 @@ edition = "2021"
unsafe_code = "forbid"
[lints.clippy]
pedantic = "warn"
pedantic = { level = "warn", priority = -1 }
todo = "warn"
unwrap_used = "warn"