Skip to content

Commit d6936cb

Browse files
doc_paragraphs_missing_punctuation: update lint metadata
1 parent 2f9342e commit d6936cb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

clippy_lints/src/doc/mod.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -692,9 +692,9 @@ declare_clippy_lint! {
692692
/// ///
693693
/// /// It was chosen by a fair dice roll.
694694
/// ```
695-
#[clippy::version = "1.92.0"]
695+
#[clippy::version = "1.93.0"]
696696
pub DOC_PARAGRAPHS_MISSING_PUNCTUATION,
697-
nursery,
697+
restriction,
698698
"missing terminal punctuation in doc comments"
699699
}
700700

0 commit comments

Comments
 (0)