@@ -280,11 +280,11 @@ LL | | /// level changes.
280280 | |______________________^
281281 |
282282 = 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`],
285285 = 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)\`.
288288
289289error: unescaped backtick
290290 --> $DIR/unescaped_backticks.rs:323:5
@@ -300,8 +300,8 @@ LL | | /// level changes.
300300 |
301301 = help: the opening or closing backtick of an inline code may be missing
302302 = 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.
305305
306306error: unescaped backtick
307307 --> $DIR/unescaped_backticks.rs:323:5
@@ -316,11 +316,11 @@ LL | | /// level changes.
316316 | |______________________^
317317 |
318318 = 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
321321 = 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.
324324
325325error: unescaped backtick
326326 --> $DIR/unescaped_backticks.rs:323:5
@@ -335,11 +335,11 @@ LL | | /// level changes.
335335 | |______________________^
336336 |
337337 = 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
340340 = 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
343343
344344error: unescaped backtick
345345 --> $DIR/unescaped_backticks.rs:349:56
0 commit comments