about summary refs log tree commit diff
path: root/RELEASES.md
diff options
context:
space:
mode:
authorMark Rousskov <mark.simulacrum@gmail.com>2021-10-14 10:58:16 -0400
committerMark Rousskov <mark.simulacrum@gmail.com>2021-10-14 10:58:16 -0400
commit2284082ae8e9d422fdacfa7c229d2676d61470a5 (patch)
treeaefe59dfd39d3f1e932c6b2d166b35f71cc214b3 /RELEASES.md
parent8485e6fdece723152c024228284ca76592108f72 (diff)
downloadrust-2284082ae8e9d422fdacfa7c229d2676d61470a5.tar.gz
rust-2284082ae8e9d422fdacfa7c229d2676d61470a5.zip
Drop reverted stabilizations from release notes
Diffstat (limited to 'RELEASES.md')
-rw-r--r--RELEASES.md3
1 files changed, 0 insertions, 3 deletions
diff --git a/RELEASES.md b/RELEASES.md
index 63af8ebac19..52d823d8aca 100644
--- a/RELEASES.md
+++ b/RELEASES.md
@@ -6,7 +6,6 @@ Language
 
 - [The 2021 Edition is now stable.][rust#88100]
   See [the edition guide][rust-2021-edition-guide] for more details.
-- [You can now specify explicit discriminant values on any Rust enum.][rust#86860]
 - [The pattern in `binding @ pattern` can now also introduce new bindings.][rust#85305]
 - [Union field access is permitted in `const fn`.][rust#85769]
 
@@ -51,8 +50,6 @@ Stabilised APIs
 ---------------
 
 - [`std::os::unix::fs::chroot`]
-- [`Iterator::intersperse`]
-- [`Iterator::intersperse_with`]
 - [`UnsafeCell::raw_get`]
 - [`BufWriter::into_parts`]
 - [`core::panic::{UnwindSafe, RefUnwindSafe, AssertUnwindSafe}`]