We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ca916f1 + e00f773 commit 0fbb0bfCopy full SHA for 0fbb0bf
README.md
@@ -243,10 +243,10 @@ cargo install clippy
243
```
244
245
Now you can run clippy by invoking `cargo clippy`, or
246
-`multirust run nightly cargo clippy` directly from a directory that is usually
+`rustup run nightly cargo clippy` directly from a directory that is usually
247
compiled with stable.
248
249
-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
250
`SYSROOT` during installation so clippy knows where to find `librustc` and
251
similar crates.
252
0 commit comments