mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-23 21:23:56 +00:00
Downgrade let_underscore_untyped to restriction
This commit is contained in:
parent
113c704d22
commit
03b9940b29
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue