Skip to content

Commit 8c37e19

Browse files
committed
Auto merge of rust-lang#84064 - hyd-dev:unknown-lints, r=petrochenkov
Do not ignore path segments in the middle in `#[allow]`/`#[warn]`/`#[deny]`/`#[forbid]` attributes Fixes rust-lang#83477.
2 parents 696562d + 9137803 commit 8c37e19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/ui/filter_methods.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#![warn(clippy::all, clippy::pedantic)]
2-
#![allow(clippy::clippy::let_underscore_drop)]
2+
#![allow(clippy::let_underscore_drop)]
33
#![allow(clippy::missing_docs_in_private_items)]
44

55
fn main() {

0 commit comments

Comments
 (0)