-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Rustup #6257
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
Rustup #6257
Conversation
r? @flip1995 (rust_highfive has picked a reviewer for you, use r? to override) |
Hmm, test |
73f878d
to
a50d9e7
Compare
@bors r+ Thanks for doing this! I've amended the PR to deprecate the lint instead of just removing it. Otherwise users that were referring to the lint (e.g. allowing it) would get an error saying the lint did not exist. By deprecating it we change that to a more informative warning. I will sync that change back to rustc. |
📌 Commit e83e79f has been approved by |
☀️ Test successful - checks-action_dev_test, checks-action_remark_test, checks-action_test |
Thanks! |
changelog: none