Skip to content

Commit

Permalink
Remove global clippy -A from toolkit.nu (#10073)
Browse files Browse the repository at this point in the history
# Description
Same procedure as in #10072
  • Loading branch information
sholderbach committed Aug 20, 2023
1 parent 43ceb3e commit 28941f1
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions toolkit.nu
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 28941f1

Please sign in to comment.