Add rustfmt

This commit is contained in:
Cyryl Płotnicki 2018-07-24 14:07:49 +01:00
parent f05ec6212e
commit bb0993f0f8
3 changed files with 4 additions and 3 deletions

View file

@ -1 +1 @@
/home/cyryl/dev/dotfiles/.hyper_plugins
/Users/cyplo/dev/dotfiles/.hyper_plugins

@ -1 +1 @@
Subproject commit e149367445d2bcb9faa6ada365dfd56efec39de8
Subproject commit d4332e2faf420f73ada88397bee95dc4f1da6b97

View file

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