Skip to content

Commit 295e18d

Browse files
committed
document how to get a toolchain with clippy
1 parent a310ccc commit 295e18d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

CONTRIBUTING.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,11 @@ install that exact version of rustc as a toolchain:
2828
This will set up a rustup toolchain called `miri` and set it as an override for
2929
the current directory.
3030

31+
If you want to also have `clippy` installed, you need to run this:
32+
```
33+
./rustup-toolchain "" -c clippy
34+
```
35+
3136
[`rustup-toolchain-install-master`]: https://github.com/kennytm/rustup-toolchain-install-master
3237

3338
## Building and testing Miri

0 commit comments

Comments
 (0)