diff options
| author | Matthias Krüger <matthias.krueger@famsik.de> | 2023-04-14 21:11:13 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-04-14 21:11:13 +0200 |
| commit | d5c7237400129c3b47bd79983ab65b0a38752367 (patch) | |
| tree | 09c26e7bf82c68afa45000942ea52239087b151d /library/std/src/sys_common | |
| parent | d1c480f986571c77e91f56f1139fa7bb60f9a28c (diff) | |
| parent | ad2b34d0e37e2f968f226e2401bcb894207ca1c5 (diff) | |
| download | rust-d5c7237400129c3b47bd79983ab65b0a38752367.tar.gz rust-d5c7237400129c3b47bd79983ab65b0a38752367.zip | |
Rollup merge of #110244 - kadiwa4:unnecessary_imports, r=JohnTitor
Remove some unneeded imports / qualified paths Continuation of #105537.
Diffstat (limited to 'library/std/src/sys_common')
| -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; |
