Add rustfmt
This commit is contained in:
parent
f05ec6212e
commit
bb0993f0f8
3 changed files with 4 additions and 3 deletions
|
@ -1 +1 @@
|
|||
/home/cyryl/dev/dotfiles/.hyper_plugins
|
||||
/Users/cyplo/dev/dotfiles/.hyper_plugins
|
2
.zprezto
2
.zprezto
|
@ -1 +1 @@
|
|||
Subproject commit e149367445d2bcb9faa6ada365dfd56efec39de8
|
||||
Subproject commit d4332e2faf420f73ada88397bee95dc4f1da6b97
|
|
@ -101,13 +101,14 @@ if [[ -z $NORUST ]]; then
|
|||
rustup install nightly
|
||||
rustup default stable
|
||||
|
||||
rustup component add rustfmt-preview --toolchain stable
|
||||
rustup component add rls-preview --toolchain stable
|
||||
rustup component add clippy-preview --toolchain stable
|
||||
rustup component add rust-analysis --toolchain stable
|
||||
rustup component add rust-src --toolchain stable
|
||||
|
||||
rustup component add rls-preview --toolchain nightly
|
||||
rustup component add clippy-preview --toolchain nightly
|
||||
rustup component add rustfmt-preview --toolchain nightly
|
||||
rustup component add rust-analysis --toolchain nightly
|
||||
rustup component add rust-src --toolchain nightly
|
||||
|
||||
|
|
Loading…
Reference in a new issue