diff options
Diffstat (limited to 'src/libstd/sys/windows/net.rs')
| -rw-r--r-- | src/libstd/sys/windows/net.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libstd/sys/windows/net.rs b/src/libstd/sys/windows/net.rs index 02c5bc1f0ab..57e84b0c46c 100644 --- a/src/libstd/sys/windows/net.rs +++ b/src/libstd/sys/windows/net.rs @@ -67,7 +67,6 @@ pub fn cvt_gai(err: c_int) -> io::Result<()> { } /// Provides the functionality of `cvt` for a closure. -#[allow(deprecated)] pub fn cvt_r<T, F>(mut f: F) -> io::Result<T> where F: FnMut() -> T, T: One + Neg<Output=T> + PartialEq { |
