Skip to content

Commit 6b37eb5

Browse files
committed
Move to restriction
1 parent 3cde377 commit 6b37eb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clippy_lints/src/redundant_type_annotations.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ declare_clippy_lint! {
2323
/// ```
2424
#[clippy::version = "1.70.0"]
2525
pub REDUNDANT_TYPE_ANNOTATIONS,
26-
pedantic,
26+
restriction,
2727
"warns about needless / redundant type annotations."
2828
}
2929
declare_lint_pass!(RedundantTypeAnnotations => [REDUNDANT_TYPE_ANNOTATIONS]);

0 commit comments

Comments
 (0)