mirror of
https://github.com/nushell/nushell
synced 2024-12-26 04:53:09 +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 warnings
|
||||||
-D clippy::unwrap_used
|
-D clippy::unwrap_used
|
||||||
-A clippy::needless_collect
|
|
||||||
-A clippy::result_large_err
|
|
||||||
)} else {(
|
)} else {(
|
||||||
cargo clippy
|
cargo clippy
|
||||||
--features ($features | str join ",")
|
--features ($features | str join ",")
|
||||||
--
|
--
|
||||||
-D warnings
|
-D warnings
|
||||||
-D clippy::unwrap_used
|
-D clippy::unwrap_used
|
||||||
-A clippy::needless_collect
|
|
||||||
-A clippy::result_large_err
|
|
||||||
)}
|
)}
|
||||||
} catch {
|
} catch {
|
||||||
error make --unspanned {
|
error make --unspanned {
|
||||||
|
|
Loading…
Reference in a new issue