mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-23 07:14:28 +00:00
change it to nursery category
This commit is contained in:
parent
97c10075ec
commit
4af3ac1cd8
@ -22,7 +22,7 @@ declare_clippy_lint! {
|
|||||||
/// TODO
|
/// TODO
|
||||||
#[clippy::version = "1.70.0"]
|
#[clippy::version = "1.70.0"]
|
||||||
pub EXCESSIVE_INDENTATION,
|
pub EXCESSIVE_INDENTATION,
|
||||||
style,
|
nursery,
|
||||||
"check for lines intended beyond a certain threshold"
|
"check for lines intended beyond a certain threshold"
|
||||||
}
|
}
|
||||||
declare_clippy_lint! {
|
declare_clippy_lint! {
|
||||||
@ -42,7 +42,7 @@ declare_clippy_lint! {
|
|||||||
/// TODO
|
/// TODO
|
||||||
#[clippy::version = "1.70.0"]
|
#[clippy::version = "1.70.0"]
|
||||||
pub EXCESSIVE_WIDTH,
|
pub EXCESSIVE_WIDTH,
|
||||||
style,
|
nursery,
|
||||||
"check for lines longer than a certain threshold"
|
"check for lines longer than a certain threshold"
|
||||||
}
|
}
|
||||||
impl_lint_pass!(ExcessiveWidth => [EXCESSIVE_INDENTATION, EXCESSIVE_WIDTH]);
|
impl_lint_pass!(ExcessiveWidth => [EXCESSIVE_INDENTATION, EXCESSIVE_WIDTH]);
|
||||||
|
Loading…
Reference in New Issue
Block a user