about summary refs log tree commit diff
diff options
context:
space:
mode:
authorLeón Orell Valerian Liehr <me@fmease.dev>2024-11-19 04:01:33 +0100
committerGitHub <noreply@github.com>2024-11-19 04:01:33 +0100
commit56747f30b4d601d1d94c8dc32748e072bcb11573 (patch)
treec222409dd4b574003a528c37108bb15bb06ff2fb
parent27acd5e5ec43b2d31b8fe8ed46d99761026e4eca (diff)
parentd20a310582ee57d0e1c2936dfc23c1b8b43e3ac2 (diff)
downloadrust-56747f30b4d601d1d94c8dc32748e072bcb11573.tar.gz
rust-56747f30b4d601d1d94c8dc32748e072bcb11573.zip
Rollup merge of #133192 - aDotInTheVoid:changelog-cleanup, r=fmease
RELEASES.md: Don't document unstable `--test-build-wrapper`

#114651 added this as an unstable flag, so it doesn't make sense to go in the release notes.

Discovered while working on #133191.
-rw-r--r--RELEASES.md7
1 files changed, 0 insertions, 7 deletions
diff --git a/RELEASES.md b/RELEASES.md
index 40ddba6dbc5..54465621b73 100644
--- a/RELEASES.md
+++ b/RELEASES.md
@@ -670,13 +670,6 @@ Cargo
 - [Support `target.<triple>.rustdocflags` officially](https://github.com/rust-lang/cargo/pull/13197/)
 - [Stabilize global cache data tracking](https://github.com/rust-lang/cargo/pull/13492/)
 
-<a id="1.78.0-Misc"></a>
-
-Misc
-----
-
-- [rustdoc: add `--test-builder-wrapper` arg to support wrappers such as RUSTC_WRAPPER when building doctests](https://github.com/rust-lang/rust/pull/114651/)
-
 <a id="1.78.0-Compatibility-Notes"></a>
 
 Compatibility Notes