mirror of
https://github.com/clap-rs/clap
synced 2024-12-13 22:32:33 +00:00
fix(justfile): rustup uses 'component add' instead of 'add component'
This commit is contained in:
parent
836072be95
commit
be20c2afa9
1 changed files with 2 additions and 2 deletions
4
justfile
4
justfile
|
@ -25,8 +25,8 @@ run-tests:
|
|||
cargo bench
|
||||
|
||||
@lint:
|
||||
rustup add component clippy
|
||||
rustup add component rustfmt
|
||||
rustup component add clippy
|
||||
rustup component add rustfmt
|
||||
cargo clippy --lib --features "yaml unstable" -- -D warnings
|
||||
cargo clippy --tests --examples --features "yaml unstable"
|
||||
cargo fmt -- --check
|
||||
|
|
Loading…
Reference in a new issue