You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some explicit install instructions for stable rust would be nice. These seem to be the crucial two, although it looks like clippy is broken on nightly right this instant.
rustup install nightly
rustup run nightly cargo install clippy
The text was updated successfully, but these errors were encountered:
Note that the second command can be simplified to cargo +nightly install clippy
Although since clippy got fixed, I've been having trouble running it with just cargo clippy. So cargo +nightly clippy can be used to run it too.
Some explicit install instructions for stable rust would be nice. These seem to be the crucial two, although it looks like clippy is broken on nightly right this instant.
The text was updated successfully, but these errors were encountered: