Skip to content

Commit

Permalink
Downgrade let_underscore_untyped to restriction
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Mar 3, 2023
1 parent 113c704 commit 03b9940
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clippy_lints/src/let_underscore.rs
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ declare_clippy_lint! {
/// ```
#[clippy::version = "1.69.0"]
pub LET_UNDERSCORE_UNTYPED,
pedantic,
restriction,
"non-binding `let` without a type annotation"
}

Expand Down

0 comments on commit 03b9940

Please sign in to comment.