diff --git a/Cargo.toml b/Cargo.toml index 88f3b0e3..3caab6fc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -150,9 +150,8 @@ missing_debug_implementations = "warn" missing_docs = "warn" [workspace.lints.clippy] -# Additional Clippy lint groups. -nursery = 'warn' -pedantic = 'warn' +all = "deny" +pedantic = "deny" missing_errors_doc = "warn" needless_pass_by_value = "warn" module_name_repetitions = { level = "allow", priority = 1 }