commit | 1563ce5aaa6058e845a0f33d2768dfe17ed88ddd | [log] [tgz] |
---|---|---|
author | bors <bors@rust-lang.org> | Tue Oct 15 16:07:57 2024 +0000 |
committer | bors <bors@rust-lang.org> | Tue Oct 15 16:07:57 2024 +0000 |
tree | fb11a509e2e85b370f9eb0e9c3a94cbaa696d090 | |
parent | 7ce1eeaf2ab5b0e70276170713ff4c398f6f8466 [diff] | |
parent | 590fdfba142275d485a7ea8e4305ad826fce961c [diff] |
Auto merge of #13550 - klensy:opener, r=flip1995 clippy_dev: bump opener Bump `opener` to sync with rustc repo. changelog: none
diff --git a/clippy_lints/src/doc/mod.rs b/clippy_lints/src/doc/mod.rs index e090644..89c6a4e 100644 --- a/clippy_lints/src/doc/mod.rs +++ b/clippy_lints/src/doc/mod.rs
@@ -452,7 +452,7 @@ /// ``` #[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" }