diff options
| author | xFrednet <xFrednet@gmail.com> | 2024-10-15 17:08:53 +0200 |
|---|---|---|
| committer | xFrednet <xFrednet@gmail.com> | 2024-10-15 17:08:53 +0200 |
| commit | fcf46466cecf745883f34d04e34528f2f0d8fa1d (patch) | |
| tree | 332c0b57e2cc63fbeea3002b90eda22d6db8ed43 | |
| parent | f444012c4cfd3caa0f9675ece0f09024c148fb2e (diff) | |
| download | rust-fcf46466cecf745883f34d04e34528f2f0d8fa1d.tar.gz rust-fcf46466cecf745883f34d04e34528f2f0d8fa1d.zip | |
Move `too_long_first_doc_paragraph` to nursery
See: https://rust-lang.zulipchat.com/#narrow/stream/257328-clippy/topic/too_long_first_doc_paragraph.20to.20nursery.3F/near/476448239
| -rw-r--r-- | clippy_lints/src/doc/mod.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clippy_lints/src/doc/mod.rs b/clippy_lints/src/doc/mod.rs index e090644ae44..89c6a4e08dc 100644 --- a/clippy_lints/src/doc/mod.rs +++ b/clippy_lints/src/doc/mod.rs @@ -452,7 +452,7 @@ declare_clippy_lint! { /// ``` #[clippy::version = "1.82.0"] pub TOO_LONG_FIRST_DOC_PARAGRAPH, - style, + nursery, "ensure that the first line of a documentation paragraph isn't too long" } |
