diff --git a/Cargo.toml b/Cargo.toml index a5d49d8..f6269b2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -39,7 +39,6 @@ future_incompatible = { level = "deny", priority = 1 } unused = { level = "deny", priority = 2} rust_2018_idioms = { level = "deny", priority = 3 } nonstandard_style = { level = "deny", priority = 4 } -rust-2024-compatibility = { level = "allow", priority = 5 } [lints.clippy] all = { level = "deny" }