Skip to content

Commit 7543edc

Browse files
committed
Remove mention of UdpSocket in Shutdown docs.
1 parent dd9dcc1 commit 7543edc

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/libstd/net/mod.rs

+1-2
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,7 @@ mod udp;
3030
mod parser;
3131
#[cfg(test)] mod test;
3232

33-
/// Possible values which can be passed to the `shutdown` method of `TcpStream`
34-
/// and `UdpSocket`.
33+
/// Possible values which can be passed to the `shutdown` method of `TcpStream`.
3534
#[derive(Copy, Clone, PartialEq, Debug)]
3635
#[stable(feature = "rust1", since = "1.0.0")]
3736
pub enum Shutdown {

0 commit comments

Comments
 (0)