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