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.
1 parent ab8c4ec commit 568fd06Copy full SHA for 568fd06
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