-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Fix some #[expect]
lint interaction
#8976
Fix some #[expect]
lint interaction
#8976
Conversation
✌️ @Jarcho can now approve this pull request |
Taking a second look at |
Everything else LGTM. |
Well, while So far, I haven't got any conflicts (Made these changes last weekend or so). Should we merge it as it is, or should I add the other lint changes to this PR as well? I'm fine either way :) |
I question whether that's a good span to lint on in general, but that can be a different discussion. May as well merge now. Waiting just increases the chances of conflicts coming up. @bors r+ |
📌 Commit 9d201d6 has been approved by |
☀️ Test successful - checks-action_dev_test, checks-action_remark_test, checks-action_test |
Fixing the first few lints that aren't caught by
#[expect]
. The root cause of these examples was, that the lint was emitted at the wrong location.changelog: none
r? @Jarcho
cc: rust-lang/rust#97660