@@ -280,8 +280,8 @@ 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
286286 change: `None`. Otherwise, it will return `Some(Dispatch)`.
287287 to this: `None`. Otherwise, it will return `Some(Dispatch)\`.
@@ -316,8 +316,8 @@ 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
322322 change: `on_event` should be called.
323323 to this: `on_event\` should be called.
@@ -335,8 +335,8 @@ 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
341341 change: [`rebuild_interest_cache`][rebuild] is called after the value of the max
342342 to this: [`rebuild_interest_cache\`][rebuild] is called after the value of the max
@@ -657,8 +657,8 @@ LL | #[doc = concat!("\\", "`")]
657657 | ^^^^^^^^^^^^^^^^^^^^
658658 |
659659 = help: the opening backtick of an inline code may be missing
660- | change: \`
661- | to this: `\`
660+ change: \`
661+ to this: `\`
662662 = help: if you meant to use a literal backtick, escape it
663663 change: \`
664664 to this: \\`
@@ -670,8 +670,8 @@ LL | #[doc = "Addition is commutative, which means that add(a, b)` is the same a
670670 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
671671 |
672672 = help: the opening backtick of a previous inline code may be missing
673- | change: Addition is commutative, which means that add(a, b)` is the same as `add(b, a)`.
674- | to this: Addition is commutative, which means that `add(a, b)` is the same as `add(b, a)`.
673+ change: Addition is commutative, which means that add(a, b)` is the same as `add(b, a)`.
674+ to this: Addition is commutative, which means that `add(a, b)` is the same as `add(b, a)`.
675675 = help: if you meant to use a literal backtick, escape it
676676 change: Addition is commutative, which means that add(a, b)` is the same as `add(b, a)`.
677677 to this: Addition is commutative, which means that add(a, b)` is the same as `add(b, a)\`.
@@ -683,8 +683,8 @@ LL | #[doc = "Addition is commutative, which means that `add(a, b) is the same a
683683 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
684684 |
685685 = help: a previous inline code might be longer than expected
686- | change: Addition is commutative, which means that `add(a, b) is the same as `add(b, a)`.
687- | to this: Addition is commutative, which means that `add(a, b)` is the same as `add(b, a)`.
686+ change: Addition is commutative, which means that `add(a, b) is the same as `add(b, a)`.
687+ to this: Addition is commutative, which means that `add(a, b)` is the same as `add(b, a)`.
688688 = help: if you meant to use a literal backtick, escape it
689689 change: Addition is commutative, which means that `add(a, b) is the same as `add(b, a)`.
690690 to this: Addition is commutative, which means that `add(a, b) is the same as `add(b, a)\`.
@@ -696,8 +696,8 @@ LL | #[doc = "Addition is commutative, which means that `add(a, b)` is the same
696696 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
697697 |
698698 = help: the opening backtick of an inline code may be missing
699- | change: Addition is commutative, which means that `add(a, b)` is the same as add(b, a)`.
700- | to this: Addition is commutative, which means that `add(a, b)` is the same as `add(b, a)`.
699+ change: Addition is commutative, which means that `add(a, b)` is the same as add(b, a)`.
700+ to this: Addition is commutative, which means that `add(a, b)` is the same as `add(b, a)`.
701701 = help: if you meant to use a literal backtick, escape it
702702 change: Addition is commutative, which means that `add(a, b)` is the same as add(b, a)`.
703703 to this: Addition is commutative, which means that `add(a, b)` is the same as add(b, a)\`.
@@ -709,8 +709,8 @@ LL | #[doc = "Addition is commutative, which means that `add(a, b)` is the same
709709 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
710710 |
711711 = help: the closing backtick of an inline code may be missing
712- | change: Addition is commutative, which means that `add(a, b)` is the same as `add(b, a).
713- | to this: Addition is commutative, which means that `add(a, b)` is the same as `add(b, a)`.
712+ change: Addition is commutative, which means that `add(a, b)` is the same as `add(b, a).
713+ to this: Addition is commutative, which means that `add(a, b)` is the same as `add(b, a)`.
714714 = help: if you meant to use a literal backtick, escape it
715715 change: Addition is commutative, which means that `add(a, b)` is the same as `add(b, a).
716716 to this: Addition is commutative, which means that `add(a, b)` is the same as \`add(b, a).
0 commit comments