-
Notifications
You must be signed in to change notification settings - Fork 12.9k
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
Do not ignore path segments in the middle in #[allow]
/#[warn]
/#[deny]
/#[forbid]
attributes
#84064
Conversation
r? @lcnr (rust-highfive has picked a reviewer for you, use r? to override) |
r? @petrochenkov maybe |
@bors r+ |
📌 Commit 56fe372 has been approved by |
Do not ignore path segments in the middle in `#[allow]`/`#[warn]`/`#[deny]`/`#[forbid]` attributes Fixes rust-lang#83477.
⌛ Testing commit 56fe372 with merge b1174302b302dbbaf97fa3be932eb2d9de5978f0... |
This comment has been minimized.
This comment has been minimized.
💔 Test failed - checks-actions |
…deny]`/`#[forbid]` attributes
The test failure should be fixed now, although that failed test has already been removed in Clippy 6 days ago (rust-lang/rust-clippy#7059) and will be removed here by the next Clippy update. |
@bors r+ |
📌 Commit ac044e3 has been approved by |
☀️ Test successful - checks-actions |
Do not ignore path segments in the middle in `#[allow]`/`#[warn]`/`#[deny]`/`#[forbid]` attributes Fixes rust-lang#83477.
Fixes #83477.