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.
1 parent a310ccc commit 295e18dCopy full SHA for 295e18d
CONTRIBUTING.md
@@ -28,6 +28,11 @@ install that exact version of rustc as a toolchain:
28
This will set up a rustup toolchain called `miri` and set it as an override for
29
the current directory.
30
31
+If you want to also have `clippy` installed, you need to run this:
32
+```
33
+./rustup-toolchain "" -c clippy
34
35
+
36
[`rustup-toolchain-install-master`]: https://github.com/kennytm/rustup-toolchain-install-master
37
38
## Building and testing Miri
0 commit comments