Skip to content

Commit

Permalink
Merge pull request rust-lang#3502 from rust-lang/nrc-patch-1
Browse files Browse the repository at this point in the history
Remove -preview suffix from README
  • Loading branch information
Manishearth authored Dec 6, 2018
2 parents c4ef06a + 7220185 commit 519a6cd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

```terminal
rustup component add clippy-preview
rustup component add clippy
```

Now you can run Clippy by invoking `cargo clippy`.
Expand Down Expand Up @@ -95,7 +95,7 @@ rust:
- stable
- beta
before_script:
- rustup component add clippy-preview
- rustup component add clippy
script:
- cargo clippy
# if you want the build job to fail when encountering warnings, use
Expand All @@ -114,7 +114,7 @@ language: rust
rust:
- nightly
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
```

Expand Down

0 comments on commit 519a6cd

Please sign in to comment.