summaryrefslogtreecommitdiffstats
path: root/library/core/src/net/parser.rs
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--library/core/src/net/parser.rs (renamed from library/std/src/net/parser.rs)4
1 files changed, 1 insertions, 3 deletions
diff --git a/library/std/src/net/parser.rs b/library/core/src/net/parser.rs
index a38031c48..a08d2792d 100644
--- a/library/std/src/net/parser.rs
+++ b/library/core/src/net/parser.rs
@@ -3,9 +3,7 @@
//! This module is "publicly exported" through the `FromStr` implementations
//! below.
-#[cfg(test)]
-mod tests;
-
+use crate::convert::TryInto;
use crate::error::Error;
use crate::fmt;
use crate::net::{IpAddr, Ipv4Addr, Ipv6Addr, SocketAddr, SocketAddrV4, SocketAddrV6};