diff options
| author | Mara Bos <m-ou.se@m-ou.se> | 2022-05-09 11:12:32 +0200 |
|---|---|---|
| committer | Mara Bos <m-ou.se@m-ou.se> | 2022-05-09 11:12:32 +0200 |
| commit | 4f212f08cf0edb1fe990c8ca30fef09c27606682 (patch) | |
| tree | 7283ef078a0cb3daae59335a452edfb4590862d9 /library/std/src/sys/unsupported/net.rs | |
| parent | 8a2fe75d0e6e024aa434e5b9c40adb2567f362b8 (diff) | |
| download | rust-4f212f08cf0edb1fe990c8ca30fef09c27606682.tar.gz rust-4f212f08cf0edb1fe990c8ca30fef09c27606682.zip | |
Use Rust 2021 prelude in std itself.
Diffstat (limited to 'library/std/src/sys/unsupported/net.rs')
| -rw-r--r-- | library/std/src/sys/unsupported/net.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/library/std/src/sys/unsupported/net.rs b/library/std/src/sys/unsupported/net.rs index dbb6ce22c22..360115d5033 100644 --- a/library/std/src/sys/unsupported/net.rs +++ b/library/std/src/sys/unsupported/net.rs @@ -1,4 +1,3 @@ -use crate::convert::TryFrom; use crate::fmt; use crate::io::{self, IoSlice, IoSliceMut}; use crate::net::{Ipv4Addr, Ipv6Addr, Shutdown, SocketAddr}; |
