about summary refs log tree commit diff
path: root/src/libstd/net
diff options
context:
space:
mode:
authorRicardo Martins <ricardo@scarybox.net>2015-06-20 18:27:11 +0100
committerRicardo Martins <ricardo@scarybox.net>2015-06-20 18:27:11 +0100
commit7543edc851727d10c6a2f3406b8f99715c0e6deb (patch)
tree1bd4eb3ee71720dc5ec918ac4985e1187f9e000d /src/libstd/net
parentdd9dcc1e283e32b8353062627e4bd3af2b82a7b3 (diff)
downloadrust-7543edc851727d10c6a2f3406b8f99715c0e6deb.tar.gz
rust-7543edc851727d10c6a2f3406b8f99715c0e6deb.zip
Remove mention of `UdpSocket` in `Shutdown` docs.
Diffstat (limited to 'src/libstd/net')
-rw-r--r--src/libstd/net/mod.rs3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/libstd/net/mod.rs b/src/libstd/net/mod.rs
index bff9774bcd0..2e3365a650a 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 {