|
1 | 1 | error: item in documentation is missing backticks |
2 | | - --> $DIR/doc.rs:9:9 |
| 2 | + --> $DIR/doc-fixable.rs:9:9 |
3 | 3 | | |
4 | 4 | LL | /// The foo_bar function does _nothing_. See also foo::bar. (note the dot there) |
5 | 5 | | ^^^^^^^ help: try: ``foo_bar`` |
6 | 6 | | |
7 | 7 | = note: `-D clippy::doc-markdown` implied by `-D warnings` |
8 | 8 |
|
9 | 9 | error: item in documentation is missing backticks |
10 | | - --> $DIR/doc.rs:9:51 |
| 10 | + --> $DIR/doc-fixable.rs:9:51 |
11 | 11 | | |
12 | 12 | LL | /// The foo_bar function does _nothing_. See also foo::bar. (note the dot there) |
13 | 13 | | ^^^^^^^^ help: try: ``foo::bar`` |
14 | 14 |
|
15 | 15 | error: item in documentation is missing backticks |
16 | | - --> $DIR/doc.rs:10:83 |
| 16 | + --> $DIR/doc-fixable.rs:10:83 |
17 | 17 | | |
18 | 18 | LL | /// Markdown is _weird_. I mean _really weird_. This /_ is ok. So is `_`. But not Foo::some_fun |
19 | 19 | | ^^^^^^^^^^^^^ help: try: ``Foo::some_fun`` |
20 | 20 |
|
21 | 21 | error: item in documentation is missing backticks |
22 | | - --> $DIR/doc.rs:12:13 |
| 22 | + --> $DIR/doc-fixable.rs:12:13 |
23 | 23 | | |
24 | 24 | LL | /// Here be ::a::global:path, and _::another::global::path_. :: is not a path though. |
25 | 25 | | ^^^^^^^^^^^^^^^^ help: try: ``::a::global:path`` |
26 | 26 |
|
27 | 27 | error: item in documentation is missing backticks |
28 | | - --> $DIR/doc.rs:12:36 |
| 28 | + --> $DIR/doc-fixable.rs:12:36 |
29 | 29 | | |
30 | 30 | LL | /// Here be ::a::global:path, and _::another::global::path_. :: is not a path though. |
31 | 31 | | ^^^^^^^^^^^^^^^^^^^^^^^ help: try: ``::another::global::path`` |
32 | 32 |
|
33 | 33 | error: item in documentation is missing backticks |
34 | | - --> $DIR/doc.rs:13:25 |
| 34 | + --> $DIR/doc-fixable.rs:13:25 |
35 | 35 | | |
36 | 36 | LL | /// Import an item from ::awesome::global::blob:: (Intended postfix) |
37 | 37 | | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: try: ``::awesome::global::blob::`` |
38 | 38 |
|
39 | 39 | error: item in documentation is missing backticks |
40 | | - --> $DIR/doc.rs:14:31 |
| 40 | + --> $DIR/doc-fixable.rs:14:31 |
41 | 41 | | |
42 | 42 | LL | /// These are the options for ::Cat: (Intended trailing single colon, shouldn't be linted) |
43 | 43 | | ^^^^^ help: try: ``::Cat`` |
44 | 44 |
|
45 | 45 | error: item in documentation is missing backticks |
46 | | - --> $DIR/doc.rs:15:22 |
| 46 | + --> $DIR/doc-fixable.rs:15:22 |
47 | 47 | | |
48 | 48 | LL | /// That's not code ~NotInCodeBlock~. |
49 | 49 | | ^^^^^^^^^^^^^^ help: try: ``NotInCodeBlock`` |
50 | 50 |
|
51 | 51 | error: item in documentation is missing backticks |
52 | | - --> $DIR/doc.rs:16:5 |
| 52 | + --> $DIR/doc-fixable.rs:16:5 |
53 | 53 | | |
54 | 54 | LL | /// be_sure_we_got_to_the_end_of_it |
55 | 55 | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try: ``be_sure_we_got_to_the_end_of_it`` |
56 | 56 |
|
57 | 57 | error: item in documentation is missing backticks |
58 | | - --> $DIR/doc.rs:30:5 |
| 58 | + --> $DIR/doc-fixable.rs:30:5 |
59 | 59 | | |
60 | 60 | LL | /// be_sure_we_got_to_the_end_of_it |
61 | 61 | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try: ``be_sure_we_got_to_the_end_of_it`` |
62 | 62 |
|
63 | 63 | error: item in documentation is missing backticks |
64 | | - --> $DIR/doc.rs:37:5 |
| 64 | + --> $DIR/doc-fixable.rs:37:5 |
65 | 65 | | |
66 | 66 | LL | /// be_sure_we_got_to_the_end_of_it |
67 | 67 | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try: ``be_sure_we_got_to_the_end_of_it`` |
68 | 68 |
|
69 | 69 | error: item in documentation is missing backticks |
70 | | - --> $DIR/doc.rs:51:5 |
| 70 | + --> $DIR/doc-fixable.rs:51:5 |
71 | 71 | | |
72 | 72 | LL | /// be_sure_we_got_to_the_end_of_it |
73 | 73 | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try: ``be_sure_we_got_to_the_end_of_it`` |
74 | 74 |
|
75 | 75 | error: item in documentation is missing backticks |
76 | | - --> $DIR/doc.rs:74:5 |
| 76 | + --> $DIR/doc-fixable.rs:74:5 |
77 | 77 | | |
78 | 78 | LL | /// be_sure_we_got_to_the_end_of_it |
79 | 79 | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try: ``be_sure_we_got_to_the_end_of_it`` |
80 | 80 |
|
81 | 81 | error: item in documentation is missing backticks |
82 | | - --> $DIR/doc.rs:78:22 |
| 82 | + --> $DIR/doc-fixable.rs:78:22 |
83 | 83 | | |
84 | 84 | LL | /// This test has [a link_with_underscores][chunked-example] inside it. See #823. |
85 | 85 | | ^^^^^^^^^^^^^^^^^^^^^ help: try: ``link_with_underscores`` |
86 | 86 |
|
87 | 87 | error: item in documentation is missing backticks |
88 | | - --> $DIR/doc.rs:81:21 |
| 88 | + --> $DIR/doc-fixable.rs:81:21 |
89 | 89 | | |
90 | 90 | LL | /// It can also be [inline_link2]. |
91 | 91 | | ^^^^^^^^^^^^ help: try: ``inline_link2`` |
92 | 92 |
|
93 | 93 | error: item in documentation is missing backticks |
94 | | - --> $DIR/doc.rs:91:5 |
| 94 | + --> $DIR/doc-fixable.rs:91:5 |
95 | 95 | | |
96 | 96 | LL | /// be_sure_we_got_to_the_end_of_it |
97 | 97 | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try: ``be_sure_we_got_to_the_end_of_it`` |
98 | 98 |
|
99 | 99 | error: item in documentation is missing backticks |
100 | | - --> $DIR/doc.rs:99:8 |
| 100 | + --> $DIR/doc-fixable.rs:99:8 |
101 | 101 | | |
102 | 102 | LL | /// ## CamelCaseThing |
103 | 103 | | ^^^^^^^^^^^^^^ help: try: ``CamelCaseThing`` |
104 | 104 |
|
105 | 105 | error: item in documentation is missing backticks |
106 | | - --> $DIR/doc.rs:102:7 |
| 106 | + --> $DIR/doc-fixable.rs:102:7 |
107 | 107 | | |
108 | 108 | LL | /// # CamelCaseThing |
109 | 109 | | ^^^^^^^^^^^^^^ help: try: ``CamelCaseThing`` |
110 | 110 |
|
111 | 111 | error: item in documentation is missing backticks |
112 | | - --> $DIR/doc.rs:104:22 |
| 112 | + --> $DIR/doc-fixable.rs:104:22 |
113 | 113 | | |
114 | 114 | LL | /// Not a title #897 CamelCaseThing |
115 | 115 | | ^^^^^^^^^^^^^^ help: try: ``CamelCaseThing`` |
116 | 116 |
|
117 | 117 | error: item in documentation is missing backticks |
118 | | - --> $DIR/doc.rs:105:5 |
| 118 | + --> $DIR/doc-fixable.rs:105:5 |
119 | 119 | | |
120 | 120 | LL | /// be_sure_we_got_to_the_end_of_it |
121 | 121 | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try: ``be_sure_we_got_to_the_end_of_it`` |
122 | 122 |
|
123 | 123 | error: item in documentation is missing backticks |
124 | | - --> $DIR/doc.rs:112:5 |
| 124 | + --> $DIR/doc-fixable.rs:112:5 |
125 | 125 | | |
126 | 126 | LL | /// be_sure_we_got_to_the_end_of_it |
127 | 127 | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try: ``be_sure_we_got_to_the_end_of_it`` |
128 | 128 |
|
129 | 129 | error: item in documentation is missing backticks |
130 | | - --> $DIR/doc.rs:125:5 |
| 130 | + --> $DIR/doc-fixable.rs:125:5 |
131 | 131 | | |
132 | 132 | LL | /// be_sure_we_got_to_the_end_of_it |
133 | 133 | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try: ``be_sure_we_got_to_the_end_of_it`` |
134 | 134 |
|
135 | 135 | error: item in documentation is missing backticks |
136 | | - --> $DIR/doc.rs:136:43 |
| 136 | + --> $DIR/doc-fixable.rs:136:43 |
137 | 137 | | |
138 | 138 | LL | /** E.g., serialization of an empty list: FooBar |
139 | 139 | | ^^^^^^ help: try: ``FooBar`` |
140 | 140 |
|
141 | 141 | error: item in documentation is missing backticks |
142 | | - --> $DIR/doc.rs:141:5 |
| 142 | + --> $DIR/doc-fixable.rs:141:5 |
143 | 143 | | |
144 | 144 | LL | And BarQuz too. |
145 | 145 | | ^^^^^^ help: try: ``BarQuz`` |
146 | 146 |
|
147 | 147 | error: item in documentation is missing backticks |
148 | | - --> $DIR/doc.rs:142:1 |
| 148 | + --> $DIR/doc-fixable.rs:142:1 |
149 | 149 | | |
150 | 150 | LL | be_sure_we_got_to_the_end_of_it |
151 | 151 | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try: ``be_sure_we_got_to_the_end_of_it`` |
152 | 152 |
|
153 | 153 | error: item in documentation is missing backticks |
154 | | - --> $DIR/doc.rs:147:43 |
| 154 | + --> $DIR/doc-fixable.rs:147:43 |
155 | 155 | | |
156 | 156 | LL | /** E.g., serialization of an empty list: FooBar |
157 | 157 | | ^^^^^^ help: try: ``FooBar`` |
158 | 158 |
|
159 | 159 | error: item in documentation is missing backticks |
160 | | - --> $DIR/doc.rs:152:5 |
| 160 | + --> $DIR/doc-fixable.rs:152:5 |
161 | 161 | | |
162 | 162 | LL | And BarQuz too. |
163 | 163 | | ^^^^^^ help: try: ``BarQuz`` |
164 | 164 |
|
165 | 165 | error: item in documentation is missing backticks |
166 | | - --> $DIR/doc.rs:153:1 |
| 166 | + --> $DIR/doc-fixable.rs:153:1 |
167 | 167 | | |
168 | 168 | LL | be_sure_we_got_to_the_end_of_it |
169 | 169 | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try: ``be_sure_we_got_to_the_end_of_it`` |
170 | 170 |
|
171 | 171 | error: item in documentation is missing backticks |
172 | | - --> $DIR/doc.rs:164:5 |
| 172 | + --> $DIR/doc-fixable.rs:164:5 |
173 | 173 | | |
174 | 174 | LL | /// be_sure_we_got_to_the_end_of_it |
175 | 175 | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try: ``be_sure_we_got_to_the_end_of_it`` |
176 | 176 |
|
177 | 177 | error: item in documentation is missing backticks |
178 | | - --> $DIR/doc.rs:183:22 |
| 178 | + --> $DIR/doc-fixable.rs:183:22 |
179 | 179 | | |
180 | 180 | LL | /// An iterator over mycrate::Collection's values. |
181 | 181 | | ^^^^^^^^^^^^^^^^^^^ help: try: ``mycrate::Collection`` |
|
0 commit comments