about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMichael Wright <mikerite@lavabit.com>2019-07-08 07:20:11 +0200
committerMichael Wright <mikerite@lavabit.com>2019-07-08 07:20:11 +0200
commit186b5b2ee2870c4e92b718c53e2814364845e984 (patch)
tree6ca5dcbb99f9e810a980553eb1d07abbc7fcfa85
parentc0c2a8d9c1b2d4f41ad7d61d11a0980116dc795c (diff)
downloadrust-186b5b2ee2870c4e92b718c53e2814364845e984.tar.gz
rust-186b5b2ee2870c4e92b718c53e2814364845e984.zip
Add rustfmt nightly to appveyor install
-rw-r--r--appveyor.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 2d8704a703b..66a1c83b205 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -23,6 +23,7 @@ install:
     - del rust-toolchain
     - cargo install rustup-toolchain-install-master --debug || echo "rustup-toolchain-install-master already installed"
     - rustup-toolchain-install-master %RUSTC_HASH% -f -n master
+    - rustup component add rustfmt --toolchain nightly
     - rustup default master
     - set PATH=%PATH%;C:\Users\appveyor\.rustup\toolchains\master\bin
     - rustc -V