@@ -280,11 +280,11 @@ LL | | /// level changes.
280
280
| |______________________^
281
281
|
282
282
= help: the opening backtick of a previous inline code may be missing
283
- change: The Subscriber` may be accessed by calling [`WeakDispatch::upgrade`],
284
- to this: The `Subscriber` may be accessed by calling [`WeakDispatch::upgrade`],
283
+ change: The Subscriber` may be accessed by calling [`WeakDispatch::upgrade`],
284
+ to this: The `Subscriber` may be accessed by calling [`WeakDispatch::upgrade`],
285
285
= help: if you meant to use a literal backtick, escape it
286
- change: `None`. Otherwise, it will return `Some(Dispatch)`.
287
- to this: `None`. Otherwise, it will return `Some(Dispatch)\`.
286
+ change: `None`. Otherwise, it will return `Some(Dispatch)`.
287
+ to this: `None`. Otherwise, it will return `Some(Dispatch)\`.
288
288
289
289
error: unescaped backtick
290
290
--> $DIR/unescaped_backticks.rs:323:5
@@ -300,8 +300,8 @@ LL | | /// level changes.
300
300
|
301
301
= help: the opening or closing backtick of an inline code may be missing
302
302
= help: if you meant to use a literal backtick, escape it
303
- change: or `None` if it isn't.
304
- to this: or `None\` if it isn't.
303
+ change: or `None` if it isn't.
304
+ to this: or `None\` if it isn't.
305
305
306
306
error: unescaped backtick
307
307
--> $DIR/unescaped_backticks.rs:323:5
@@ -316,11 +316,11 @@ LL | | /// level changes.
316
316
| |______________________^
317
317
|
318
318
= help: a previous inline code might be longer than expected
319
- change: Called before the filtered [`Layer]'s [`on_event`], to determine if
320
- to this: Called before the filtered [`Layer`]'s [`on_event`], to determine if
319
+ change: Called before the filtered [`Layer]'s [`on_event`], to determine if
320
+ to this: Called before the filtered [`Layer`]'s [`on_event`], to determine if
321
321
= help: if you meant to use a literal backtick, escape it
322
- change: `on_event` should be called.
323
- to this: `on_event\` should be called.
322
+ change: `on_event` should be called.
323
+ to this: `on_event\` should be called.
324
324
325
325
error: unescaped backtick
326
326
--> $DIR/unescaped_backticks.rs:323:5
@@ -335,11 +335,11 @@ LL | | /// level changes.
335
335
| |______________________^
336
336
|
337
337
= help: a previous inline code might be longer than expected
338
- change: Therefore, if the `Filter will change the value returned by this
339
- to this: Therefore, if the `Filter` will change the value returned by this
338
+ change: Therefore, if the `Filter will change the value returned by this
339
+ to this: Therefore, if the `Filter` will change the value returned by this
340
340
= help: if you meant to use a literal backtick, escape it
341
- change: [`rebuild_interest_cache`][rebuild] is called after the value of the max
342
- to this: [`rebuild_interest_cache\`][rebuild] is called after the value of the max
341
+ change: [`rebuild_interest_cache`][rebuild] is called after the value of the max
342
+ to this: [`rebuild_interest_cache\`][rebuild] is called after the value of the max
343
343
344
344
error: unescaped backtick
345
345
--> $DIR/unescaped_backticks.rs:349:56
0 commit comments