@@ -2,7 +2,7 @@ error: doc paragraphs should end with a terminal punctuation mark
22 --> tests/ui/doc/doc_paragraphs_missing_punctuation.rs:5:86
33 |
44LL | /// Returns the Answer to the Ultimate Question of Life, the Universe, and Everything
5- | ^ help: end the doc comment with some punctuation: `.`
5+ | ^ help: end the paragraph with some punctuation: `.`
66 |
77 = note: `-D clippy::doc-paragraphs-missing-punctuation` implied by `-D warnings`
88 = help: to override `-D warnings` add `#[allow(clippy::doc_paragraphs_missing_punctuation)]`
@@ -11,103 +11,103 @@ error: doc paragraphs should end with a terminal punctuation mark
1111 --> tests/ui/doc/doc_paragraphs_missing_punctuation.rs:11:22
1212 |
1313LL | /// The `Option` type
14- | ^ help: end the doc comment with some punctuation: `.`
14+ | ^ help: end the paragraph with some punctuation: `.`
1515
1616error: doc paragraphs should end with a terminal punctuation mark
1717 --> tests/ui/doc/doc_paragraphs_missing_punctuation.rs:16:17
1818 |
1919LL | /// No value
20- | ^ help: end the doc comment with some punctuation: `.`
20+ | ^ help: end the paragraph with some punctuation: `.`
2121
2222error: doc paragraphs should end with a terminal punctuation mark
2323 --> tests/ui/doc/doc_paragraphs_missing_punctuation.rs:27:41
2424 |
2525LL | /// only the last line triggers the lint
26- | ^ help: end the doc comment with some punctuation: `.`
26+ | ^ help: end the paragraph with some punctuation: `.`
2727
2828error: doc paragraphs should end with a terminal punctuation mark
2929 --> tests/ui/doc/doc_paragraphs_missing_punctuation.rs:40:56
3030 |
3131LL | /// <https://spec.commonmark.org/0.31.2/#autolinks>
32- | ^ help: end the doc comment with some punctuation: `.`
32+ | ^ help: end the paragraph with some punctuation: `.`
3333
3434error: doc paragraphs should end with a terminal punctuation mark
3535 --> tests/ui/doc/doc_paragraphs_missing_punctuation.rs:49:26
3636 |
3737LL | /// Here is a snippet
38- | ^ help: end the doc comment with some punctuation: `.`
38+ | ^ help: end the paragraph with some punctuation: `.`
3939
4040error: doc paragraphs should end with a terminal punctuation mark
4141 --> tests/ui/doc/doc_paragraphs_missing_punctuation.rs:72:15
4242 |
4343LL | /// U+0001
44- | ^ help: end the doc comment with some punctuation: `.`
44+ | ^ help: end the paragraph with some punctuation: `.`
4545
4646error: doc paragraphs should end with a terminal punctuation mark
4747 --> tests/ui/doc/doc_paragraphs_missing_punctuation.rs:79:29
4848 |
4949LL | //! inner attributes too
50- | ^ help: end the doc comment with some punctuation: `.`
50+ | ^ help: end the paragraph with some punctuation: `.`
5151
5252error: doc paragraphs should end with a terminal punctuation mark
5353 --> tests/ui/doc/doc_paragraphs_missing_punctuation.rs:90:47
5454 |
5555LL | /// **But sometimes it is missing a period**
56- | ^ help: end the doc comment with some punctuation: `.`
56+ | ^ help: end the paragraph with some punctuation: `.`
5757
5858error: doc paragraphs should end with a terminal punctuation mark
5959 --> tests/ui/doc/doc_paragraphs_missing_punctuation.rs:95:46
6060 |
6161LL | /// _But sometimes it is missing a period_
62- | ^ help: end the doc comment with some punctuation: `.`
62+ | ^ help: end the paragraph with some punctuation: `.`
6363
6464error: doc paragraphs should end with a terminal punctuation mark
6565 --> tests/ui/doc/doc_paragraphs_missing_punctuation.rs:104:56
6666 |
6767LL | /// Doc comments can end with an [inline link](#anchor)
68- | ^ help: end the doc comment with some punctuation: `.`
68+ | ^ help: end the paragraph with some punctuation: `.`
6969
7070error: doc paragraphs should end with a terminal punctuation mark
7171 --> tests/ui/doc/doc_paragraphs_missing_punctuation.rs:108:65
7272 |
7373LL | /// Some doc comments contain [link reference definitions][spec]
74- | ^ help: end the doc comment with some punctuation: `.`
74+ | ^ help: end the paragraph with some punctuation: `.`
7575
7676error: doc paragraphs should end with a terminal punctuation mark
7777 --> tests/ui/doc/doc_paragraphs_missing_punctuation.rs:133:57
7878 |
7979LL | /// Doc comments with trailing blank lines are supported
80- | ^ help: end the doc comment with some punctuation: `.`
80+ | ^ help: end the paragraph with some punctuation: `.`
8181
8282error: doc paragraphs should end with a terminal punctuation mark
8383 --> tests/ui/doc/doc_paragraphs_missing_punctuation.rs:139:48
8484 |
8585LL | /// This first paragraph is missing punctuation
86- | ^ help: end the doc comment with some punctuation: `.`
86+ | ^ help: end the paragraph with some punctuation: `.`
8787
8888error: doc paragraphs should end with a terminal punctuation mark
8989 --> tests/ui/doc/doc_paragraphs_missing_punctuation.rs:143:34
9090 |
9191LL | /// And it has multiple sentences
92- | ^ help: end the doc comment with some punctuation: `.`
92+ | ^ help: end the paragraph with some punctuation: `.`
9393
9494error: doc paragraphs should end with a terminal punctuation mark
9595 --> tests/ui/doc/doc_paragraphs_missing_punctuation.rs:146:37
9696 |
9797LL | /// Same for this third and last one
98- | ^ help: end the doc comment with some punctuation: `.`
98+ | ^ help: end the paragraph with some punctuation: `.`
9999
100100error: doc paragraphs should end with a terminal punctuation mark
101101 --> tests/ui/doc/doc_paragraphs_missing_punctuation.rs:153:33
102102 |
103103LL | /// This ends with a code `span`
104- | ^ help: end the doc comment with some punctuation: `.`
104+ | ^ help: end the paragraph with some punctuation: `.`
105105
106106error: doc paragraphs should end with a terminal punctuation mark
107107 --> tests/ui/doc/doc_paragraphs_missing_punctuation.rs:162:27
108108 |
109109LL | * Block doc comments work
110- | ^ help: end the doc comment with some punctuation: `.`
110+ | ^ help: end the paragraph with some punctuation: `.`
111111
112112error: aborting due to 18 previous errors
113113
0 commit comments