document how to get a toolchain with clippy

This commit is contained in:
Ralf Jung 2022-06-08 08:12:20 -04:00
parent a310ccc9a4
commit 295e18df0d

View File

@ -28,6 +28,11 @@ install that exact version of rustc as a toolchain:
This will set up a rustup toolchain called `miri` and set it as an override for
the current directory.
If you want to also have `clippy` installed, you need to run this:
```
./rustup-toolchain "" -c clippy
```
[`rustup-toolchain-install-master`]: https://github.com/kennytm/rustup-toolchain-install-master
## Building and testing Miri