Skip to content

Commit 9137803

Browse files
author
hyd-dev
committed
Do not ignore path segments in the middle in #[allow]/#[warn]/#[deny]/#[forbid] attributes
1 parent f6d1f36 commit 9137803

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/ui/filter_methods.rs

Lines changed: 1 addition & 1 deletion
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)