From 9b796e455fd9f639f3c79a215351d63c57cb7bd5 Mon Sep 17 00:00:00 2001 From: Fangdun Tsai Date: Tue, 28 May 2024 04:24:59 +0800 Subject: [PATCH] clippy --- Cargo.toml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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 }