changelog: fix typo in pipe::OpenOptions for 1.46.0 (#7439)

This commit is contained in:
Alice Ryhl
2025-07-02 09:27:11 +00:00
committed by GitHub
parent 3f1f268583
commit 171cd148a3
+1 -1
View File
@@ -9,7 +9,7 @@
- sync: `mpsc::OwnedPermit::{same_channel, same_channel_as_sender}` methods ([#7389])
- macros: `biased` option for `join!` and `try_join!`, similar to `select!` ([#7307])
- net: support for cygwin ([#7393])
- net: support `pope::OpenOptions::read_write` on Android ([#7426])
- net: support `pipe::OpenOptions::read_write` on Android ([#7426])
- net: add `Clone` implementation for `net::unix::SocketAddr` ([#7422])
## Changed