Skip to content

Commit 7220185

Browse files
authored
Remove -preview suffix from README
1 parent c4ef06a commit 7220185

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ rustup update
6666
Once 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

7272
Now you can run Clippy by invoking `cargo clippy`.
@@ -95,7 +95,7 @@ rust:
9595
- stable
9696
- beta
9797
before_script:
98-
- rustup component add clippy-preview
98+
- rustup component add clippy
9999
script:
100100
- cargo clippy
101101
# if you want the build job to fail when encountering warnings, use
@@ -114,7 +114,7 @@ language: rust
114114
rust:
115115
- nightly
116116
before_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

0 commit comments

Comments
 (0)