about summary refs log tree commit diff
path: root/RELEASES.md
diff options
context:
space:
mode:
authorJosh Stone <cuviper@gmail.com>2023-04-07 08:22:54 -0700
committerGitHub <noreply@github.com>2023-04-07 08:22:54 -0700
commit6b33156d3444db2baf043834f71f5c4d01daafaf (patch)
treec7210928422d99edb337546aff756ae98112686e /RELEASES.md
parent21f10dd1b9f30199d0553d581399d6bb9dac5be8 (diff)
downloadrust-6b33156d3444db2baf043834f71f5c4d01daafaf.tar.gz
rust-6b33156d3444db2baf043834f71f5c4d01daafaf.zip
`core::net` is not stable yet
Co-authored-by: Slanterns <slanterns.w@gmail.com>
Diffstat (limited to 'RELEASES.md')
-rw-r--r--RELEASES.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/RELEASES.md b/RELEASES.md
index e33a695212b..920a0655d8c 100644
--- a/RELEASES.md
+++ b/RELEASES.md
@@ -31,7 +31,6 @@ Libraries
 - [Implement the unstable `DispatchFromDyn` for cell types, allowing downstream experimentation with custom method receivers.](https://github.com/rust-lang/rust/pull/97373/)
 - [Document that `fmt::Arguments::as_str()` may return `Some(_)` in more cases after optimization, subject to change.](https://github.com/rust-lang/rust/pull/106823/)
 - [Implement `AsFd` and `AsRawFd` for `Rc`.](https://github.com/rust-lang/rust/pull/107317/)
-- [Move `IpAddr`, `SocketAddr` and V4+V6 related types to `core`](https://github.com/rust-lang/rust/pull/104265/)
 
 <a id="1.69.0-Stabilized-APIs"></a>