Skip to content

Commit

Permalink
Remove global clippy -A from toolkit.nu
Browse files Browse the repository at this point in the history
Same procedure as in #10072
  • Loading branch information
sholderbach committed Aug 20, 2023
1 parent bffd8e4 commit 13c0c1e
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 13c0c1e

Please sign in to comment.