Skip to content

Commit d518c38

Browse files
committed
rust-docs should be gone from all caches now
1 parent 1aeecb5 commit d518c38

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

.appveyor.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ install:
2828
- set PATH=%USERPROFILE%\.cargo\bin;%PATH%
2929
- rustup default stable
3030
- rustup uninstall beta
31-
- rustup component remove rust-docs & exit 0
3231
- rustup update
3332
# Install "master" toolchain
3433
- cargo install rustup-toolchain-install-master & exit 0

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ before_script:
3535
- export PATH=$HOME/.cargo/bin:$PATH
3636
- rustup default stable
3737
- rustup uninstall beta
38-
- rustup component remove rust-docs || echo "rust-docs already gone"
3938
- rustup update
4039
# Install "master" toolchain
4140
- cargo install rustup-toolchain-install-master || echo "rustup-toolchain-install-master already installed"

0 commit comments

Comments
 (0)