diff options
| author | KaDiWa <kalle.wachsmuth@gmail.com> | 2022-08-09 02:14:43 +0200 |
|---|---|---|
| committer | kadiwa <kalle.wachsmuth@gmail.com> | 2023-04-12 19:27:18 +0200 |
| commit | ad2b34d0e37e2f968f226e2401bcb894207ca1c5 (patch) | |
| tree | 66be076f5111ae974971f1836d7da023cf60230d /library/std/src/sys_common/net.rs | |
| parent | 661b33f5247debc4e0cd948caa388997e18e9cb8 (diff) | |
| download | rust-ad2b34d0e37e2f968f226e2401bcb894207ca1c5.tar.gz rust-ad2b34d0e37e2f968f226e2401bcb894207ca1c5.zip | |
remove some unneeded imports
Diffstat (limited to 'library/std/src/sys_common/net.rs')
| -rw-r--r-- | library/std/src/sys_common/net.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/library/std/src/sys_common/net.rs b/library/std/src/sys_common/net.rs index eb427dbda23..cb24caa1e8a 100644 --- a/library/std/src/sys_common/net.rs +++ b/library/std/src/sys_common/net.rs @@ -2,7 +2,6 @@ mod tests; use crate::cmp; -use crate::convert::{TryFrom, TryInto}; use crate::fmt; use crate::io::{self, BorrowedCursor, ErrorKind, IoSlice, IoSliceMut}; use crate::mem; |
