Skip to content

Commit 03b9940

Browse files
committed
Downgrade let_underscore_untyped to restriction
1 parent 113c704 commit 03b9940

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clippy_lints/src/let_underscore.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ declare_clippy_lint! {
124124
/// ```
125125
#[clippy::version = "1.69.0"]
126126
pub LET_UNDERSCORE_UNTYPED,
127-
pedantic,
127+
restriction,
128128
"non-binding `let` without a type annotation"
129129
}
130130

0 commit comments

Comments
 (0)