Skip to content

Commit 0ae6efe

Browse files
Switch to style lint category
1 parent 2a1962b commit 0ae6efe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clippy_lints/src/small_underscore_scope.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ declare_clippy_lint! {
2424
/// let _ = t;
2525
/// ```
2626
pub SMALL_UNDERSCORE_SCOPE,
27-
pedantic,
27+
style,
2828
"wildcard binding occurs inside a struct, but the wildcard could be the entire binding"
2929
}
3030

0 commit comments

Comments
 (0)