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.
1 parent e170c78 commit 473fbceCopy full SHA for 473fbce
library/std/src/net/mod.rs
@@ -43,8 +43,8 @@ mod tcp;
43
pub(crate) mod test;
44
mod udp;
45
46
-/// Annoymous pipe implementation
47
-#[unstable(feature = "annoymous_pipe", issue = "127154")]
+/// Anonymous pipe implementation
+#[unstable(feature = "anonymous_pipe", issue = "127154")]
48
pub mod pipe;
49
50
/// Possible values which can be passed to the [`TcpStream::shutdown`] method.
0 commit comments