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 97c1007 commit 4af3ac1Copy full SHA for 4af3ac1
clippy_lints/src/excessive_width.rs
@@ -22,7 +22,7 @@ declare_clippy_lint! {
22
/// TODO
23
#[clippy::version = "1.70.0"]
24
pub EXCESSIVE_INDENTATION,
25
- style,
+ nursery,
26
"check for lines intended beyond a certain threshold"
27
}
28
declare_clippy_lint! {
@@ -42,7 +42,7 @@ declare_clippy_lint! {
42
43
44
pub EXCESSIVE_WIDTH,
45
46
"check for lines longer than a certain threshold"
47
48
impl_lint_pass!(ExcessiveWidth => [EXCESSIVE_INDENTATION, EXCESSIVE_WIDTH]);
0 commit comments