File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ rustup update
6666Once you have rustup and the latest stable release (at least Rust 1.29) installed, run the following command:
6767
6868``` terminal
69- rustup component add clippy-preview
69+ rustup component add clippy
7070```
7171
7272Now you can run Clippy by invoking ` cargo clippy ` .
9595 - stable
9696 - beta
9797before_script :
98- - rustup component add clippy-preview
98+ - rustup component add clippy
9999script :
100100 - cargo clippy
101101 # if you want the build job to fail when encountering warnings, use
@@ -114,7 +114,7 @@ language: rust
114114rust :
115115 - nightly
116116before_script :
117- - rustup component add clippy-preview --toolchain=nightly || cargo install --git https://github.com/rust-lang/rust-clippy/ --force clippy
117+ - rustup component add clippy --toolchain=nightly || cargo install --git https://github.com/rust-lang/rust-clippy/ --force clippy
118118 # etc
119119```
120120
You can’t perform that action at this time.
0 commit comments