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 c2bc344 commit 2a40b63Copy full SHA for 2a40b63
library/std/src/net/addr.rs
@@ -747,7 +747,7 @@ impl hash::Hash for SocketAddrV6 {
747
///
748
/// * `(`[`&str`]`, `[`u16`]`)`: the string should be either a string representation
749
/// of an [`IpAddr`] address as expected by [`FromStr`] implementation or a host
750
-/// name.
+/// name. The second [`u16`] value of the tuple represents a port.
751
752
/// * [`&str`]: the string should be either a string representation of a
753
/// [`SocketAddr`] as expected by its [`FromStr`] implementation or a string like
0 commit comments