Merge pull request #3502 from rust-lang/nrc-patch-1
Remove -preview suffix from README
This commit is contained in:
commit
519a6cde81
1 changed files with 3 additions and 3 deletions
|
@ -66,7 +66,7 @@ rustup update
|
||||||
Once you have rustup and the latest stable release (at least Rust 1.29) installed, run the following command:
|
Once you have rustup and the latest stable release (at least Rust 1.29) installed, run the following command:
|
||||||
|
|
||||||
```terminal
|
```terminal
|
||||||
rustup component add clippy-preview
|
rustup component add clippy
|
||||||
```
|
```
|
||||||
|
|
||||||
Now you can run Clippy by invoking `cargo clippy`.
|
Now you can run Clippy by invoking `cargo clippy`.
|
||||||
|
@ -95,7 +95,7 @@ rust:
|
||||||
- stable
|
- stable
|
||||||
- beta
|
- beta
|
||||||
before_script:
|
before_script:
|
||||||
- rustup component add clippy-preview
|
- rustup component add clippy
|
||||||
script:
|
script:
|
||||||
- cargo clippy
|
- cargo clippy
|
||||||
# if you want the build job to fail when encountering warnings, use
|
# if you want the build job to fail when encountering warnings, use
|
||||||
|
@ -114,7 +114,7 @@ language: rust
|
||||||
rust:
|
rust:
|
||||||
- nightly
|
- nightly
|
||||||
before_script:
|
before_script:
|
||||||
- rustup component add clippy-preview --toolchain=nightly || cargo install --git https://github.com/rust-lang/rust-clippy/ --force clippy
|
- rustup component add clippy --toolchain=nightly || cargo install --git https://github.com/rust-lang/rust-clippy/ --force clippy
|
||||||
# etc
|
# etc
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue