diff options
| author | León Orell Valerian Liehr <me@fmease.dev> | 2024-11-19 04:01:33 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-11-19 04:01:33 +0100 |
| commit | 56747f30b4d601d1d94c8dc32748e072bcb11573 (patch) | |
| tree | c222409dd4b574003a528c37108bb15bb06ff2fb | |
| parent | 27acd5e5ec43b2d31b8fe8ed46d99761026e4eca (diff) | |
| parent | d20a310582ee57d0e1c2936dfc23c1b8b43e3ac2 (diff) | |
| download | rust-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.md | 7 |
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 |
