-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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
[beta] Clippy beta backport #113417
[beta] Clippy beta backport #113417
Conversation
…ing, r=Jarcho [`let_with_type_underscore`]: Don't emit on locals from procedural macros closes rust-lang#10498 changelog: [`let_with_type_underscore`]: Don't emit on locals from procedural macros
|
Some changes occurred in src/tools/clippy cc @rust-lang/clippy |
@bors r+ p=1 |
@bors r- wait no, release team should approve, sorry |
@bors r=Manishearth Feel free to land commits on beta without asking release/me -- though a ping on Zulip or here is appreciated so we know that we need to land commits prior to branching. |
☀️ Test successful - checks-actions |
If that works for you @Mark-Simulacrum, I'll just continue to |
That's fine too. |
Backported PRs:
default_constructed_unit_structs
]: do not lint on type alias paths rust-clippy#10813let_with_type_underscore
]: Don't emit on locals from procedural macros rust-clippy#10865redundant_clone
tonursery
rust-clippy#10873items_after_test_module
: Ignore in-proc-macros items rust-clippy#10992Those address bugs, that were either introduced with 1.71 and that we would like to address before they get into stable or bugs that were introduced in 1.70 and that we would like to be fixed in 1.71 already.
Detailed arguments for the backports of those PRs are in the PRs (mostly).
r? @Mark-Simulacrum