Merge pull request #1958 from aibaars/patch-1

OSX: Rust tools: install 'rustfmt' and 'clippy'
This commit is contained in:
Maxim Lobanov
2020-11-05 19:52:06 +03:00
committed by GitHub

View File

@@ -11,6 +11,7 @@ CARGO_HOME=$HOME/.cargo
source $CARGO_HOME/env source $CARGO_HOME/env
echo Install common tools... echo Install common tools...
rustup component add rustfmt clippy
cargo install bindgen cbindgen cargo-audit cargo-outdated cargo install bindgen cbindgen cargo-audit cargo-outdated
echo Cleanup Cargo registry cached data... echo Cleanup Cargo registry cached data...