diff --git a/src/libstd/net/mod.rs b/src/libstd/net/mod.rs index a79a451305d..1cb8c187030 100644 --- a/src/libstd/net/mod.rs +++ b/src/libstd/net/mod.rs @@ -30,8 +30,7 @@ mod udp; mod parser; #[cfg(test)] mod test; -/// Possible values which can be passed to the `shutdown` method of `TcpStream` -/// and `UdpSocket`. +/// Possible values which can be passed to the `shutdown` method of `TcpStream`. #[derive(Copy, Clone, PartialEq, Debug)] #[stable(feature = "rust1", since = "1.0.0")] pub enum Shutdown {