about summary refs log tree commit diff
path: root/src/libstd/sys/common
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2015-03-07 03:28:03 +0000
committerbors <bors@rust-lang.org>2015-03-07 03:28:03 +0000
commit270a677d4d698916f5ad103f0afc3c070b8dbeb4 (patch)
tree62f22a53145acb3ea1fd95d8d4262ab9a342a421 /src/libstd/sys/common
parent4d716decb5d9944bc0d79cdc51b03e3af69bc59c (diff)
parentaed31ee08e9adff815e8a5df2499f2e4c6e7916b (diff)
downloadrust-270a677d4d698916f5ad103f0afc3c070b8dbeb4.tar.gz
rust-270a677d4d698916f5ad103f0afc3c070b8dbeb4.zip
Auto merge of #23107 - Manishearth:rollup, r=alexcrichton
Diffstat (limited to 'src/libstd/sys/common')
-rw-r--r--src/libstd/sys/common/net.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/libstd/sys/common/net.rs b/src/libstd/sys/common/net.rs
index 228362e3d62..344645dfc1a 100644
--- a/src/libstd/sys/common/net.rs
+++ b/src/libstd/sys/common/net.rs
@@ -8,6 +8,8 @@
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
 
+#![allow(deprecated)]
+
 use prelude::v1::*;
 use self::SocketStatus::*;
 use self::InAddr::*;