@@ -7,55 +7,23 @@ LL | /// [doc invalid link broken url scheme part](https://
7
7
= note: `-D clippy::doc-broken-link` implied by `-D warnings`
8
8
= help: to override `-D warnings` add `#[allow(clippy::doc_broken_link)]`
9
9
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
-
18
10
error: possible broken doc link: broken across multiple lines
19
11
--> tests/ui/doc_broken_link.rs:59:5
20
12
|
21
13
LL | /// [doc invalid link broken url host part](https://test
22
14
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
23
15
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
-
44
16
error: possible broken doc link: broken across multiple lines
45
17
--> tests/ui/doc_broken_link.rs:65:16
46
18
|
47
19
LL | /// There is a [fist link - invalid](https://test
48
20
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
49
- |
50
- = note: duplicate diagnostic emitted due to `-Z deduplicate-diagnostics=no`
51
21
52
22
error: possible broken doc link: broken across multiple lines
53
23
--> tests/ui/doc_broken_link.rs:68:80
54
24
|
55
25
LL | /// with a [second link - valid](https://test.fake/doc_valid_link) and another [third link - invalid](https://test
56
26
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
57
- |
58
- = note: duplicate diagnostic emitted due to `-Z deduplicate-diagnostics=no`
59
27
60
- error: aborting due to 8 previous errors
28
+ error: aborting due to 4 previous errors
61
29
0 commit comments