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 d2b39db commit 9b56f9fCopy full SHA for 9b56f9f
src/ipmode.rs
@@ -232,7 +232,7 @@ mod tests {
232
}
233
234
235
-/// Copied from the standard library. See https://github.com/rust-lang/rust/issues/27709
+/// Copied from the standard library. See <https://github.com/rust-lang/rust/issues/27709>
236
/// The current code is behind the `ip` feature.
237
pub const fn to_ipv4_mapped(ip: &std::net::Ipv6Addr) -> Option<std::net::Ipv4Addr> {
238
match ip.octets() {
0 commit comments