1
1
error: empty doc comment
2
- --> tests/ui/empty_docs.rs:4 :5
2
+ --> tests/ui/empty_docs.rs:6 :5
3
3
|
4
4
LL | //!
5
5
| ^^^
@@ -9,31 +9,31 @@ LL | //!
9
9
= help: to override `-D warnings` add `#[allow(clippy::empty_docs)]`
10
10
11
11
error: empty doc comment
12
- --> tests/ui/empty_docs.rs:12 :5
12
+ --> tests/ui/empty_docs.rs:14 :5
13
13
|
14
14
LL | ///
15
15
| ^^^
16
16
|
17
17
= help: consider removing or filling it
18
18
19
19
error: empty doc comment
20
- --> tests/ui/empty_docs.rs:14 :9
20
+ --> tests/ui/empty_docs.rs:16 :9
21
21
|
22
22
LL | ///
23
23
| ^^^
24
24
|
25
25
= help: consider removing or filling it
26
26
27
27
error: empty doc comment
28
- --> tests/ui/empty_docs.rs:25 :5
28
+ --> tests/ui/empty_docs.rs:27 :5
29
29
|
30
30
LL | #[doc = ""]
31
31
| ^^^^^^^^^^^
32
32
|
33
33
= help: consider removing or filling it
34
34
35
35
error: empty doc comment
36
- --> tests/ui/empty_docs.rs:28 :5
36
+ --> tests/ui/empty_docs.rs:30 :5
37
37
|
38
38
LL | / #[doc = ""]
39
39
LL | | #[doc = ""]
@@ -42,31 +42,31 @@ LL | | #[doc = ""]
42
42
= help: consider removing or filling it
43
43
44
44
error: empty doc comment
45
- --> tests/ui/empty_docs.rs:35 :5
45
+ --> tests/ui/empty_docs.rs:37 :5
46
46
|
47
47
LL | ///
48
48
| ^^^
49
49
|
50
50
= help: consider removing or filling it
51
51
52
52
error: empty doc comment
53
- --> tests/ui/empty_docs.rs:48 :13
53
+ --> tests/ui/empty_docs.rs:50 :13
54
54
|
55
55
LL | /*! */
56
56
| ^^^^^^
57
57
|
58
58
= help: consider removing or filling it
59
59
60
60
error: empty doc comment
61
- --> tests/ui/empty_docs.rs:56 :13
61
+ --> tests/ui/empty_docs.rs:58 :13
62
62
|
63
63
LL | ///
64
64
| ^^^
65
65
|
66
66
= help: consider removing or filling it
67
67
68
68
error: empty doc comment
69
- --> tests/ui/empty_docs.rs:64 :9
69
+ --> tests/ui/empty_docs.rs:66 :9
70
70
|
71
71
LL | ///
72
72
| ^^^
0 commit comments