fix(justfile): rustup uses 'component add' instead of 'add component'

This commit is contained in:
Kitlith 2020-06-25 19:43:17 -07:00
parent 836072be95
commit be20c2afa9

View file

@ -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