-
Notifications
You must be signed in to change notification settings - Fork 13.1k
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
Forward rust version number to tools #56134
Conversation
(rust_highfive has picked a reviewer for you, use r? to override) |
This comment has been minimized.
This comment has been minimized.
Clippy uses it to identify the correct documentation to point to
1bc1058
to
33efce1
Compare
Beta nominating to get rustup clippy to point to docs that actually correspond to the lints in the code |
@bors r+ p=1 |
📌 Commit 33efce1 has been approved by |
Forward rust version number to tools Clippy uses it to identify the correct documentation to point to cc @Manishearth @nrc sibling PR in clippy: rust-lang/rust-clippy#3442
@oli-obk does clippy itself need a backport to take advantage of this? Or do we just need to backport this patch |
Clippy needs a backport, too. the sibling PR in the op must also be added |
Sure thing, although should clippy have been included in this PR? |
☀️ Test successful - status-appveyor, status-travis |
[beta] Rollup backports * #56163: [master] Backport 1.30.1 release notes * #56147: resolve: Fix some asserts in import validation * #56118: Update books for Rust 2018 * #56117: resolve: Make "empty import canaries" invisible from other crates * #56065: Replace the ICEing on const fn loops with an error * #56143: Issue 56128 segment id ice nightly * #56134: Fix clippy documentation links (first in #56156) r? @ghost
Clippy uses it to identify the correct documentation to point to
cc @Manishearth @nrc
sibling PR in clippy: rust-lang/rust-clippy#3442