-
Notifications
You must be signed in to change notification settings - Fork 1.7k
README.md should specify the nightly version to use #2705
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
Yeah |
Not sure that would help since building from source is currently broken too (see #2704). |
You can still use |
Closing this as Clippy can now be installed via Rustup. If you still want to use Clippy on nightly, this website can be helpful: https://mexus.github.io/rustup-components-history/ |
Seems like every time I try to build clippy, it's broken with the current nightly. Probably because the instructions fetch from crates.io, and crates.io doesn't seem to be updated as frequently as it needs to be to keep pace with nightly.
Assuming the current release cadence remains constant, I'd start specifying the version of nightly that clippy needs, or remove the instructions altogether and recommend that people build from source as the only supported method. Rather than outlining a method that does not seem to work most of the time because the official version is usually behind nightly.
The text was updated successfully, but these errors were encountered: