From dc0f7a1208ad3e86b00cd8ee6aabffd8fd1d52b0 Mon Sep 17 00:00:00 2001 From: Michael Howell Date: Tue, 5 Dec 2023 22:48:06 -0700 Subject: [PATCH] docs: remove #110800 from release notes It's not stable yet, and shouldn't be mentioned here. --- RELEASES.md | 1 - 1 file changed, 1 deletion(-) 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/)