about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMichael Howell <michael@notriddle.com>2023-12-05 22:48:06 -0700
committerMichael Howell <michael@notriddle.com>2023-12-05 22:48:06 -0700
commitdc0f7a1208ad3e86b00cd8ee6aabffd8fd1d52b0 (patch)
treea7abdaa7e147c89f5e41f5be28bf2ce77a05e63c
parent84a554cda91d63c3b1241153f23eaa10ddd0292d (diff)
downloadrust-dc0f7a1208ad3e86b00cd8ee6aabffd8fd1d52b0.tar.gz
rust-dc0f7a1208ad3e86b00cd8ee6aabffd8fd1d52b0.zip
docs: remove #110800 from release notes
It's not stable yet, and shouldn't be mentioned here.
-rw-r--r--RELEASES.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/RELEASES.md b/RELEASES.md
index 5bc302305c7..9eb8755dad9 100644
--- a/RELEASES.md
+++ b/RELEASES.md
@@ -89,7 +89,6 @@ Rustdoc
 -------
 
 - [Add warning block support in rustdoc](https://github.com/rust-lang/rust/pull/106561/)
-- [Accept additional user-defined syntax classes in fenced code blocks](https://github.com/rust-lang/rust/pull/110800/)
 - [rustdoc-search: add support for type parameters](https://github.com/rust-lang/rust/pull/112725/)
 - [rustdoc: show inner enum and struct in type definition for concrete type](https://github.com/rust-lang/rust/pull/114855/)