We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
redundant_type_annotations
1 parent 01b1057 commit 6776608Copy full SHA for 6776608
clippy_lints/src/redundant_type_annotations.rs
@@ -23,7 +23,7 @@ declare_clippy_lint! {
23
/// ```
24
#[clippy::version = "1.70.0"]
25
pub REDUNDANT_TYPE_ANNOTATIONS,
26
- pedantic,
+ restriction,
27
"warns about needless / redundant type annotations."
28
}
29
declare_lint_pass!(RedundantTypeAnnotations => [REDUNDANT_TYPE_ANNOTATIONS]);
0 commit comments