@@ -32,82 +32,76 @@ LL | /// <https://spec.commonmark.org/0.31.2/#autolinks>
3232 | ^ help: end the paragraph with some punctuation: `.`
3333
3434error: doc paragraphs should end with a terminal punctuation mark
35- --> tests/ui/doc/doc_paragraphs_missing_punctuation.rs:49:26
36- |
37- LL | /// Here is a snippet
38- | ^ help: end the paragraph with some punctuation: `.`
39-
40- error: doc paragraphs should end with a terminal punctuation mark
41- --> tests/ui/doc/doc_paragraphs_missing_punctuation.rs:72:15
35+ --> tests/ui/doc/doc_paragraphs_missing_punctuation.rs:65:15
4236 |
4337LL | /// U+0001
4438 | ^ help: end the paragraph with some punctuation: `.`
4539
4640error: doc paragraphs should end with a terminal punctuation mark
47- --> tests/ui/doc/doc_paragraphs_missing_punctuation.rs:79 :29
41+ --> tests/ui/doc/doc_paragraphs_missing_punctuation.rs:72 :29
4842 |
4943LL | //! inner attributes too
5044 | ^ help: end the paragraph with some punctuation: `.`
5145
5246error: doc paragraphs should end with a terminal punctuation mark
53- --> tests/ui/doc/doc_paragraphs_missing_punctuation.rs:90 :47
47+ --> tests/ui/doc/doc_paragraphs_missing_punctuation.rs:83 :47
5448 |
5549LL | /// **But sometimes it is missing a period**
5650 | ^ help: end the paragraph with some punctuation: `.`
5751
5852error: doc paragraphs should end with a terminal punctuation mark
59- --> tests/ui/doc/doc_paragraphs_missing_punctuation.rs:95 :46
53+ --> tests/ui/doc/doc_paragraphs_missing_punctuation.rs:88 :46
6054 |
6155LL | /// _But sometimes it is missing a period_
6256 | ^ help: end the paragraph with some punctuation: `.`
6357
6458error: doc paragraphs should end with a terminal punctuation mark
65- --> tests/ui/doc/doc_paragraphs_missing_punctuation.rs:104 :56
59+ --> tests/ui/doc/doc_paragraphs_missing_punctuation.rs:97 :56
6660 |
6761LL | /// Doc comments can end with an [inline link](#anchor)
6862 | ^ help: end the paragraph with some punctuation: `.`
6963
7064error: doc paragraphs should end with a terminal punctuation mark
71- --> tests/ui/doc/doc_paragraphs_missing_punctuation.rs:108 :65
65+ --> tests/ui/doc/doc_paragraphs_missing_punctuation.rs:101 :65
7266 |
7367LL | /// Some doc comments contain [link reference definitions][spec]
7468 | ^ help: end the paragraph with some punctuation: `.`
7569
7670error: doc paragraphs should end with a terminal punctuation mark
77- --> tests/ui/doc/doc_paragraphs_missing_punctuation.rs:133 :57
71+ --> tests/ui/doc/doc_paragraphs_missing_punctuation.rs:144 :57
7872 |
7973LL | /// Doc comments with trailing blank lines are supported
8074 | ^ help: end the paragraph with some punctuation: `.`
8175
8276error: doc paragraphs should end with a terminal punctuation mark
83- --> tests/ui/doc/doc_paragraphs_missing_punctuation.rs:139 :48
77+ --> tests/ui/doc/doc_paragraphs_missing_punctuation.rs:150 :48
8478 |
8579LL | /// This first paragraph is missing punctuation
8680 | ^ help: end the paragraph with some punctuation: `.`
8781
8882error: doc paragraphs should end with a terminal punctuation mark
89- --> tests/ui/doc/doc_paragraphs_missing_punctuation.rs:143 :34
83+ --> tests/ui/doc/doc_paragraphs_missing_punctuation.rs:154 :34
9084 |
9185LL | /// And it has multiple sentences
9286 | ^ help: end the paragraph with some punctuation: `.`
9387
9488error: doc paragraphs should end with a terminal punctuation mark
95- --> tests/ui/doc/doc_paragraphs_missing_punctuation.rs:146 :37
89+ --> tests/ui/doc/doc_paragraphs_missing_punctuation.rs:157 :37
9690 |
9791LL | /// Same for this third and last one
9892 | ^ help: end the paragraph with some punctuation: `.`
9993
10094error: doc paragraphs should end with a terminal punctuation mark
101- --> tests/ui/doc/doc_paragraphs_missing_punctuation.rs:153 :33
95+ --> tests/ui/doc/doc_paragraphs_missing_punctuation.rs:164 :33
10296 |
10397LL | /// This ends with a code `span`
10498 | ^ help: end the paragraph with some punctuation: `.`
10599
106100error: doc paragraphs should end with a terminal punctuation mark
107- --> tests/ui/doc/doc_paragraphs_missing_punctuation.rs:162 :27
101+ --> tests/ui/doc/doc_paragraphs_missing_punctuation.rs:173 :27
108102 |
109103LL | * Block doc comments work
110104 | ^ help: end the paragraph with some punctuation: `.`
111105
112- error: aborting due to 18 previous errors
106+ error: aborting due to 17 previous errors
113107
0 commit comments