@@ -132,7 +132,7 @@ LL | /// `be_sure_we_got_to_the_end_of_it`
132
132
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
133
133
134
134
error: item in documentation is missing backticks
135
- --> $DIR/doc-fixable.rs:74 :5
135
+ --> $DIR/doc-fixable.rs:75 :5
136
136
|
137
137
LL | /// be_sure_we_got_to_the_end_of_it
138
138
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
@@ -143,7 +143,7 @@ LL | /// `be_sure_we_got_to_the_end_of_it`
143
143
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
144
144
145
145
error: item in documentation is missing backticks
146
- --> $DIR/doc-fixable.rs:91 :5
146
+ --> $DIR/doc-fixable.rs:92 :5
147
147
|
148
148
LL | /// be_sure_we_got_to_the_end_of_it
149
149
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
@@ -154,7 +154,7 @@ LL | /// `be_sure_we_got_to_the_end_of_it`
154
154
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
155
155
156
156
error: item in documentation is missing backticks
157
- --> $DIR/doc-fixable.rs:99 :8
157
+ --> $DIR/doc-fixable.rs:100 :8
158
158
|
159
159
LL | /// ## CamelCaseThing
160
160
| ^^^^^^^^^^^^^^
@@ -165,7 +165,7 @@ LL | /// ## `CamelCaseThing`
165
165
| ~~~~~~~~~~~~~~~~
166
166
167
167
error: item in documentation is missing backticks
168
- --> $DIR/doc-fixable.rs:102 :7
168
+ --> $DIR/doc-fixable.rs:103 :7
169
169
|
170
170
LL | /// # CamelCaseThing
171
171
| ^^^^^^^^^^^^^^
@@ -176,7 +176,7 @@ LL | /// # `CamelCaseThing`
176
176
| ~~~~~~~~~~~~~~~~
177
177
178
178
error: item in documentation is missing backticks
179
- --> $DIR/doc-fixable.rs:104 :22
179
+ --> $DIR/doc-fixable.rs:105 :22
180
180
|
181
181
LL | /// Not a title #897 CamelCaseThing
182
182
| ^^^^^^^^^^^^^^
@@ -187,7 +187,7 @@ LL | /// Not a title #897 `CamelCaseThing`
187
187
| ~~~~~~~~~~~~~~~~
188
188
189
189
error: item in documentation is missing backticks
190
- --> $DIR/doc-fixable.rs:105 :5
190
+ --> $DIR/doc-fixable.rs:106 :5
191
191
|
192
192
LL | /// be_sure_we_got_to_the_end_of_it
193
193
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
@@ -198,7 +198,7 @@ LL | /// `be_sure_we_got_to_the_end_of_it`
198
198
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
199
199
200
200
error: item in documentation is missing backticks
201
- --> $DIR/doc-fixable.rs:112 :5
201
+ --> $DIR/doc-fixable.rs:113 :5
202
202
|
203
203
LL | /// be_sure_we_got_to_the_end_of_it
204
204
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
@@ -209,7 +209,7 @@ LL | /// `be_sure_we_got_to_the_end_of_it`
209
209
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
210
210
211
211
error: item in documentation is missing backticks
212
- --> $DIR/doc-fixable.rs:125 :5
212
+ --> $DIR/doc-fixable.rs:126 :5
213
213
|
214
214
LL | /// be_sure_we_got_to_the_end_of_it
215
215
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
@@ -220,7 +220,7 @@ LL | /// `be_sure_we_got_to_the_end_of_it`
220
220
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
221
221
222
222
error: item in documentation is missing backticks
223
- --> $DIR/doc-fixable.rs:136 :43
223
+ --> $DIR/doc-fixable.rs:137 :43
224
224
|
225
225
LL | /** E.g., serialization of an empty list: FooBar
226
226
| ^^^^^^
@@ -231,7 +231,7 @@ LL | /** E.g., serialization of an empty list: `FooBar`
231
231
| ~~~~~~~~
232
232
233
233
error: item in documentation is missing backticks
234
- --> $DIR/doc-fixable.rs:141 :5
234
+ --> $DIR/doc-fixable.rs:142 :5
235
235
|
236
236
LL | And BarQuz too.
237
237
| ^^^^^^
@@ -242,7 +242,7 @@ LL | And `BarQuz` too.
242
242
| ~~~~~~~~
243
243
244
244
error: item in documentation is missing backticks
245
- --> $DIR/doc-fixable.rs:142 :1
245
+ --> $DIR/doc-fixable.rs:143 :1
246
246
|
247
247
LL | be_sure_we_got_to_the_end_of_it
248
248
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
@@ -253,7 +253,7 @@ LL | `be_sure_we_got_to_the_end_of_it`
253
253
|
254
254
255
255
error: item in documentation is missing backticks
256
- --> $DIR/doc-fixable.rs:147 :43
256
+ --> $DIR/doc-fixable.rs:148 :43
257
257
|
258
258
LL | /** E.g., serialization of an empty list: FooBar
259
259
| ^^^^^^
@@ -264,7 +264,7 @@ LL | /** E.g., serialization of an empty list: `FooBar`
264
264
| ~~~~~~~~
265
265
266
266
error: item in documentation is missing backticks
267
- --> $DIR/doc-fixable.rs:152 :5
267
+ --> $DIR/doc-fixable.rs:153 :5
268
268
|
269
269
LL | And BarQuz too.
270
270
| ^^^^^^
@@ -275,7 +275,7 @@ LL | And `BarQuz` too.
275
275
| ~~~~~~~~
276
276
277
277
error: item in documentation is missing backticks
278
- --> $DIR/doc-fixable.rs:153 :1
278
+ --> $DIR/doc-fixable.rs:154 :1
279
279
|
280
280
LL | be_sure_we_got_to_the_end_of_it
281
281
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
@@ -286,7 +286,7 @@ LL | `be_sure_we_got_to_the_end_of_it`
286
286
|
287
287
288
288
error: item in documentation is missing backticks
289
- --> $DIR/doc-fixable.rs:164 :5
289
+ --> $DIR/doc-fixable.rs:165 :5
290
290
|
291
291
LL | /// be_sure_we_got_to_the_end_of_it
292
292
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
@@ -297,7 +297,7 @@ LL | /// `be_sure_we_got_to_the_end_of_it`
297
297
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
298
298
299
299
error: item in documentation is missing backticks
300
- --> $DIR/doc-fixable.rs:183 :22
300
+ --> $DIR/doc-fixable.rs:184 :22
301
301
|
302
302
LL | /// An iterator over mycrate::Collection's values.
303
303
| ^^^^^^^^^^^^^^^^^^^
0 commit comments