Skip to content

Commit 6163546

Browse files
Merge #524
524: Escape backticks in changelog r=Hoverbear a=Veykril Co-authored-by: Lukas Wirth <lukas.wirth@ferrous-systems.com>
2 parents 00ec6a1 + 1dd8339 commit 6163546

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/changelog.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,25 +21,25 @@ with the change that has been applied due to it.
2121
Language changes in Rust 1.81.0
2222
-------------------------------
2323

24-
* `Abort on uncaught panics in `extern "C"` functions. <https://github.com/rust-lang/rust/pull/116088/>`_
24+
* `Abort on uncaught panics in \`extern "C"\` functions. <https://github.com/rust-lang/rust/pull/116088/>`_
2525

2626
* No change: unwinding is not specified in the FLS
2727

28-
* `Fix ambiguous cases of multiple `&` in elided self lifetimes. <https://github.com/rust-lang/rust/pull/117967/>`_
28+
* `Fix ambiguous cases of multiple \`&\` in elided self lifetimes. <https://github.com/rust-lang/rust/pull/117967/>`_
2929

3030
* Changed paragraph: :p:`fls_crb6m6b3cdwh`
3131

3232
* New paragraph: :p:`fls_d4u3y82hdadc`
3333

34-
* `Stabilize `#[expect]` for lints (RFC 2383), <https://github.com/rust-lang/rust/pull/120924/>`_ like `#[allow]` with a warning if the lint is _not_ fulfilled.
34+
* `Stabilize \`#[expect]\` for lints (RFC 2383), like \`#[allow]\` with a warning if the lint is _not_ fulfilled. <https://github.com/rust-lang/rust/pull/120924/>`_
3535

3636
* New paragraph: :p:`fls_NrTL2FruARAv`
3737

3838
* `Change method resolution to constrain hidden types instead of rejecting method candidates. <https://github.com/rust-lang/rust/pull/123962/>`_
3939

4040
* No change: the concrete type inference resolution is not part of the FLS
4141

42-
* `Bump `elided_lifetimes_in_associated_constant` to deny. <https://github.com/rust-lang/rust/pull/124211/>`_
42+
* `Bump \`elided_lifetimes_in_associated_constant\` to deny. <https://github.com/rust-lang/rust/pull/124211/>`_
4343

4444
* No change: lints are not part of the FLS
4545

@@ -74,7 +74,7 @@ Language changes in Rust 1.80.0
7474

7575
* No change: this previous restriction is not specified in the FLS
7676

77-
* `Stabilize `exclusive_range_pattern` feature <https://github.com/rust-lang/rust/pull/124459/>`_
77+
* `Stabilize \`exclusive_range_pattern\` feature <https://github.com/rust-lang/rust/pull/124459/>`_
7878

7979
* Changed syntax: :s:`RangePattern`
8080

0 commit comments

Comments
 (0)