We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfdae6f commit 6391d42Copy full SHA for 6391d42
library/core/src/net/socket_addr.rs
@@ -52,10 +52,9 @@ pub enum SocketAddr {
52
/// # Textual representation
53
///
54
/// `SocketAddrV4` provides a [`FromStr`](crate::str::FromStr) implementation.
55
-/// It accepts an IPv4 address in its [textual representation],
56
-/// followed by a single `:`,
57
-/// followed by the port encoded as a decimal integer.
58
-/// Other formats are not accepted.
+/// It accepts an IPv4 address in its [textual representation], followed by a
+/// single `:`, followed by the port encoded as a decimal integer. Other
+/// formats are not accepted.
59
60
/// [textual representation]: Ipv4Addr#textual-representation
61
0 commit comments