add rustfilt
This commit is contained in:
parent
3dff5766f6
commit
b224bf85a1
|
@ -4,6 +4,7 @@ cargo --version
|
||||||
rustup install nightly
|
rustup install nightly
|
||||||
rustup component add rustfmt
|
rustup component add rustfmt
|
||||||
rustup component add clippy --toolchain nightly
|
rustup component add clippy --toolchain nightly
|
||||||
|
cargo install rustfilt
|
||||||
docker --version
|
docker --version
|
||||||
wget -O - https://apt.llvm.org/llvm-snapshot.gpg.key | sudo apt-key add -
|
wget -O - https://apt.llvm.org/llvm-snapshot.gpg.key | sudo apt-key add -
|
||||||
sudo apt-add-repository "deb http://apt.llvm.org/bionic/ llvm-toolchain-bionic-10 main"
|
sudo apt-add-repository "deb http://apt.llvm.org/bionic/ llvm-toolchain-bionic-10 main"
|
||||||
|
|
Loading…
Reference in New Issue