diff --git a/Cargo.toml b/Cargo.toml index 72d249a..ef4d903 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,9 +9,9 @@ license = "MIT OR Apache-2.0" publish = false [workspace.lints.rust] -missing_debug_implementations = "deny" -missing_docs = "deny" rust_2018_idioms = "deny" +missing_debug_implementations = { level = "deny", priority = 1 } +missing_docs = { level = "deny", priority = 1 } [workspace.lints.clippy] pedantic = "deny"