diff --git a/Cargo.toml b/Cargo.toml index 8827f9c..0f80565 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ readme = "README.md" edition = "2021" [lints.rust] -rust_2021_compatibility = "warn" +rust_2021_compatibility = { level = "warn", priority = -1 } [lints.clippy] all = { level = "deny", priority = -1 }