Merge pull request #1118 from Manishearth/Manishearth-patch-1

multirust -> rustup (fixes #1117)
This commit is contained in:
Manish Goregaokar 2016-07-25 11:17:48 +05:30 committed by GitHub
commit 0fbb0bf77b

View file

@ -243,10 +243,10 @@ cargo install clippy
```
Now you can run clippy by invoking `cargo clippy`, or
`multirust run nightly cargo clippy` directly from a directory that is usually
`rustup run nightly cargo clippy` directly from a directory that is usually
compiled with stable.
In case you are not using multirust, you need to set the environment flag
In case you are not using rustup, you need to set the environment flag
`SYSROOT` during installation so clippy knows where to find `librustc` and
similar crates.