[clippy] add priority because of some Rust 1.78 issue
This commit is contained in:
parent
3d8def56a3
commit
1b69509f8c
@ -7,7 +7,7 @@ edition = "2021"
|
|||||||
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"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user