summary refs log tree commit diff
path: root/library/std/src/net/parser.rs
diff options
context:
space:
mode:
authorMara Bos <m-ou.se@m-ou.se>2022-05-09 11:12:32 +0200
committerMara Bos <m-ou.se@m-ou.se>2022-05-09 11:12:32 +0200
commit4f212f08cf0edb1fe990c8ca30fef09c27606682 (patch)
tree7283ef078a0cb3daae59335a452edfb4590862d9 /library/std/src/net/parser.rs
parent8a2fe75d0e6e024aa434e5b9c40adb2567f362b8 (diff)
downloadrust-4f212f08cf0edb1fe990c8ca30fef09c27606682.tar.gz
rust-4f212f08cf0edb1fe990c8ca30fef09c27606682.zip
Use Rust 2021 prelude in std itself.
Diffstat (limited to 'library/std/src/net/parser.rs')
-rw-r--r--library/std/src/net/parser.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/library/std/src/net/parser.rs b/library/std/src/net/parser.rs
index fb292ed29a1..069b6609985 100644
--- a/library/std/src/net/parser.rs
+++ b/library/std/src/net/parser.rs
@@ -6,7 +6,6 @@
 #[cfg(test)]
 mod tests;
 
-use crate::convert::TryInto as _;
 use crate::error::Error;
 use crate::fmt;
 use crate::net::{IpAddr, Ipv4Addr, Ipv6Addr, SocketAddr, SocketAddrV4, SocketAddrV6};