diff --git a/Cargo.toml b/Cargo.toml index e9046a2..e05d1ae 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -31,6 +31,7 @@ panic = "abort" strip = true [lints.clippy] +cargo = "warn" nursery = "warn" [lints.rust] @@ -40,4 +41,5 @@ nonstandard_style = "warn" rust_2018_compatibility = "warn" rust_2018_idioms = "warn" rust_2021_compatibility = "warn" +rust_2024_compatibility = "warn" unused = "warn"