about summary refs log tree commit diff
diff options
context:
space:
mode:
authorPietro Albini <pietro.albini@ferrous-systems.com>2022-09-19 15:29:13 +0200
committerPietro Albini <pietro.albini@ferrous-systems.com>2022-09-19 15:29:13 +0200
commitd19079b067f054ac47ad9df8d62065682f26a9fa (patch)
tree181fe531248e2b87f924725d6f9c392a22512eb9
parent503e19d01e941b88bf6d5b28e9108d046abcfa2d (diff)
downloadrust-d19079b067f054ac47ad9df8d62065682f26a9fa.tar.gz
rust-d19079b067f054ac47ad9df8d62065682f26a9fa.zip
remove backed off PR from relnotes
-rw-r--r--RELEASES.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/RELEASES.md b/RELEASES.md
index 51c25030cad..f2df5d729b4 100644
--- a/RELEASES.md
+++ b/RELEASES.md
@@ -28,7 +28,6 @@ Libraries
 - [Implement network primitives with ideal Rust layout, not C system layout](https://github.com/rust-lang/rust/pull/78802/)
 - [Remove restrictions on compare-exchange memory ordering.](https://github.com/rust-lang/rust/pull/98383/)
 - You can now `write!` or `writeln!` into an `OsString`: [Implement `fmt::Write` for `OsString`](https://github.com/rust-lang/rust/pull/97915/)
-- [Enforce that layout size fits in isize in Layout](https://github.com/rust-lang/rust/pull/95295/)
 - [Make RwLockReadGuard covariant](https://github.com/rust-lang/rust/pull/96820/)
 - [Implement `FusedIterator` for `std::net::[Into]Incoming`](https://github.com/rust-lang/rust/pull/97300/)
 - [`impl<T: AsRawFd> AsRawFd for {Arc,Box}<T>`](https://github.com/rust-lang/rust/pull/97437/)