Skip to content

Commit

Permalink
Auto merge of rust-lang#84064 - hyd-dev:unknown-lints, r=petrochenkov
Browse files Browse the repository at this point in the history
Do not ignore path segments in the middle in `#[allow]`/`#[warn]`/`#[deny]`/`#[forbid]` attributes

Fixes rust-lang#83477.
  • Loading branch information
bors committed Apr 18, 2021
2 parents 696562d + 9137803 commit 8c37e19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ui/filter_methods.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#![warn(clippy::all, clippy::pedantic)]
#![allow(clippy::clippy::let_underscore_drop)]
#![allow(clippy::let_underscore_drop)]
#![allow(clippy::missing_docs_in_private_items)]

fn main() {
Expand Down

0 comments on commit 8c37e19

Please sign in to comment.