mirror of
https://github.com/nushell/nushell
synced 2024-12-25 12:33:17 +00:00
Remove global clippy -A
from toolkit.nu
(#10073)
# Description Same procedure as in #10072
This commit is contained in:
parent
43ceb3edec
commit
28941f1a06
1 changed files with 0 additions and 4 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue