We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
into_split()
1 parent 4714ca1 commit 234e63eCopy full SHA for 234e63e
tokio/src/net/unix/stream.rs
@@ -974,7 +974,7 @@ impl UnixStream {
974
/// Unlike [`split`], the owned halves can be moved to separate tasks, however
975
/// this comes at the cost of a heap allocation.
976
///
977
- /// **Note:** Dropping the write half will shut down the write half of the
+ /// **Note:** Dropping the write half will only shut down the write half of the
978
/// stream. This is equivalent to calling [`shutdown()`] on the `UnixStream`.
979
980
/// [`split`]: Self::split()
0 commit comments