mirror of
https://github.com/nushell/nushell.git
synced 2024-11-07 09:04:18 +01:00
Remove global clippy -A
from toolkit.nu
(#10073)
# Description Same procedure as in #10072
This commit is contained in:
parent
43ceb3edec
commit
28941f1a06
@ -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 New Issue
Block a user