Skip to content

Commit 0703ec8

Browse files
committed
Disable rustfmt running on AppVeyor for now
rustfmt doesn't seem to execute correctly right now, causing some backlog of PRs. It's not critical that it runs on Windows, so I've disabled it for now.
1 parent 737f0a6 commit 0703ec8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appveyor.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ install:
2222
- del rust-toolchain
2323
- cargo install rustup-toolchain-install-master --debug || echo "rustup-toolchain-install-master already installed"
2424
- rustup-toolchain-install-master %RUSTC_HASH% -f -n master
25-
- rustup component add rustfmt --toolchain nightly & exit 0 # Format test handles missing rustfmt
25+
# - rustup component add rustfmt --toolchain nightly & exit 0 # Format test handles missing rustfmt
2626
- rustup default master
2727
- set PATH=%PATH%;C:\Users\appveyor\.rustup\toolchains\master\bin
2828
- rustc -V

0 commit comments

Comments
 (0)