Skip to content

Commit 4af3ac1

Browse files
committed
change it to nursery category
1 parent 97c1007 commit 4af3ac1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

clippy_lints/src/excessive_width.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ declare_clippy_lint! {
2222
/// TODO
2323
#[clippy::version = "1.70.0"]
2424
pub EXCESSIVE_INDENTATION,
25-
style,
25+
nursery,
2626
"check for lines intended beyond a certain threshold"
2727
}
2828
declare_clippy_lint! {
@@ -42,7 +42,7 @@ declare_clippy_lint! {
4242
/// TODO
4343
#[clippy::version = "1.70.0"]
4444
pub EXCESSIVE_WIDTH,
45-
style,
45+
nursery,
4646
"check for lines longer than a certain threshold"
4747
}
4848
impl_lint_pass!(ExcessiveWidth => [EXCESSIVE_INDENTATION, EXCESSIVE_WIDTH]);

0 commit comments

Comments
 (0)