mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-24 05:33:27 +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"]
|
#[clippy::version = "1.69.0"]
|
||||||
pub LET_UNDERSCORE_UNTYPED,
|
pub LET_UNDERSCORE_UNTYPED,
|
||||||
pedantic,
|
restriction,
|
||||||
"non-binding `let` without a type annotation"
|
"non-binding `let` without a type annotation"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue