Skip to content

Commit a43f8cf

Browse files
committed
some readme clarifications
1 parent e22928c commit a43f8cf

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ rustup update
5656

5757
#### Step 2: Install nightly toolchain
5858

59-
As a general rule Clippy will only work with the *latest* Rust nightly for now.
59+
Rustup integration is still new, you will need a relatively new nightly (2018-07-15 or later).
6060

6161
To install Rust nightly with [rustup](https://rustup.rs/):
6262

@@ -72,7 +72,8 @@ Once you have rustup and the nightly toolchain installed, run the following comm
7272
rustup component add clippy-preview --toolchain=nightly
7373
```
7474

75-
Now you can run Clippy by invoking `cargo +nightly clippy`.
75+
Now you can run Clippy by invoking `cargo +nightly clippy`. If nightly is your
76+
default toolchain in rustup, `cargo clippy` will work fine.
7677

7778
### Running Clippy from the command line without installing it
7879

0 commit comments

Comments
 (0)