mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-22 23:04:33 +00:00
Downgrade let_underscore_untyped to restriction
This commit is contained in:
parent
113c704d22
commit
03b9940b29
@ -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"
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user