From 28941f1a06e281187f56e89f1878c8b70a14475e Mon Sep 17 00:00:00 2001 From: Stefan Holderbach Date: Mon, 21 Aug 2023 00:10:44 +0200 Subject: [PATCH] Remove global clippy `-A` from `toolkit.nu` (#10073) # Description Same procedure as in #10072 --- toolkit.nu | 4 ---- 1 file changed, 4 deletions(-) diff --git a/toolkit.nu b/toolkit.nu index 8bf8bf4b0573..bd8ce1be5830 100644 --- a/toolkit.nu +++ b/toolkit.nu @@ -47,16 +47,12 @@ export def clippy [ -- -D warnings -D clippy::unwrap_used - -A clippy::needless_collect - -A clippy::result_large_err )} else {( cargo clippy --features ($features | str join ",") -- -D warnings -D clippy::unwrap_used - -A clippy::needless_collect - -A clippy::result_large_err )} } catch { error make --unspanned {