about summary refs log tree commit diff
diff options
context:
space:
mode:
authorJosh Stone <jistone@redhat.com>2024-08-30 17:56:17 -0700
committerJosh Stone <jistone@redhat.com>2024-08-30 17:56:17 -0700
commit99e14e3c809e933f68ad5b1363dc46e78a1d6570 (patch)
treec7dabf095caf670d5cbbccff700d19d1c615431b
parent27873f8052625069c20263862eb7aa92293c3eea (diff)
downloadrust-99e14e3c809e933f68ad5b1363dc46e78a1d6570.tar.gz
rust-99e14e3c809e933f68ad5b1363dc46e78a1d6570.zip
Remove the relnote for rustdoc's *unstable* `--remap-path-prefix`
-rw-r--r--RELEASES.md7
1 files changed, 0 insertions, 7 deletions
diff --git a/RELEASES.md b/RELEASES.md
index c98af314ccd..6aba476103e 100644
--- a/RELEASES.md
+++ b/RELEASES.md
@@ -86,13 +86,6 @@ Cargo
 - [Disallow passing `--release`/`--debug` flag along with the `--profile` flag.](https://github.com/rust-lang/cargo/pull/13971/)
 - [Remove `lib.plugin` key support in `Cargo.toml`. Rust plugin support has been deprecated for four years and was removed in 1.75.0.](https://github.com/rust-lang/cargo/pull/13902/)
 
-<a id="1.81.0-Rustdoc"></a>
-
-Rustdoc
-----
-
-- [Add support for `--remap-path-prefix`.](https://github.com/rust-lang/rust/pull/107099/)
-
 <a id="1.81.0-Compatibility-Notes"></a>
 
 Compatibility Notes