-
-
Notifications
You must be signed in to change notification settings - Fork 91
Installing clippy
#37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Oh, interesting, didn't know I think you need to grab the corresponding nightly source tarball and extract it somewhere (similar to old |
Ok, I was completely wrong about The correct way to install clippy on top of this image is:
|
Ah, thanks for the update. I'll make a note of it in the README for future people :-) |
Is there any way I can install
rust-src
component on top of this image (which is required byclippy
)?This image doesn't include
rustup
(with which you can dorustup component add rust-src
) and I cannot quite figure out what exactly I need to do to emulaterustup comuonent add rust-src
.The text was updated successfully, but these errors were encountered: