X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=RELEASES.md;h=694bd09658f75e31e98f668e0820f79e583bff29;hb=edabf59ca4646b3fc1a961c26431215001043f6a;hp=bb97b554106ce98408cece7010a202527969bbe9;hpb=1e1baabe7761707dbf10d7475269fa868630643f;p=rust.git diff --git a/RELEASES.md b/RELEASES.md index bb97b554106..694bd09658f 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -20,7 +20,6 @@ Libraries --------- - [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 AsRawFd for {Arc,Box}`](https://github.com/rust-lang/rust/pull/97437/)