Downgrade let_underscore_untyped to restriction

This commit is contained in:
David Tolnay 2023-03-03 13:40:07 -08:00
parent 113c704d22
commit 03b9940b29
No known key found for this signature in database
GPG Key ID: F9BA143B95FF6D82

View File

@ -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"
}