@@ -7,55 +7,23 @@ LL | /// [doc invalid link broken url scheme part](https://
77 = note: `-D clippy::doc-broken-link` implied by `-D warnings`
88 = help: to override `-D warnings` add `#[allow(clippy::doc_broken_link)]`
99
10- error: possible broken doc link: broken across multiple lines
11- --> tests/ui/doc_broken_link.rs:53:5
12- |
13- LL | /// [doc invalid link broken url scheme part part](https://
14- | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
15- |
16- = note: duplicate diagnostic emitted due to `-Z deduplicate-diagnostics=no`
17-
1810error: possible broken doc link: broken across multiple lines
1911 --> tests/ui/doc_broken_link.rs:59:5
2012 |
2113LL | /// [doc invalid link broken url host part](https://test
2214 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2315
24- error: possible broken doc link: broken across multiple lines
25- --> tests/ui/doc_broken_link.rs:59:5
26- |
27- LL | /// [doc invalid link broken url host part](https://test
28- | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
29- |
30- = note: duplicate diagnostic emitted due to `-Z deduplicate-diagnostics=no`
31-
32- error: possible broken doc link: broken across multiple lines
33- --> tests/ui/doc_broken_link.rs:65:16
34- |
35- LL | /// There is a [fist link - invalid](https://test
36- | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
37-
38- error: possible broken doc link: broken across multiple lines
39- --> tests/ui/doc_broken_link.rs:68:80
40- |
41- LL | /// with a [second link - valid](https://test.fake/doc_valid_link) and another [third link - invalid](https://test
42- | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
43-
4416error: possible broken doc link: broken across multiple lines
4517 --> tests/ui/doc_broken_link.rs:65:16
4618 |
4719LL | /// There is a [fist link - invalid](https://test
4820 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
49- |
50- = note: duplicate diagnostic emitted due to `-Z deduplicate-diagnostics=no`
5121
5222error: possible broken doc link: broken across multiple lines
5323 --> tests/ui/doc_broken_link.rs:68:80
5424 |
5525LL | /// with a [second link - valid](https://test.fake/doc_valid_link) and another [third link - invalid](https://test
5626 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
57- |
58- = note: duplicate diagnostic emitted due to `-Z deduplicate-diagnostics=no`
5927
60- error: aborting due to 8 previous errors
28+ error: aborting due to 4 previous errors
6129
0 commit comments