Skip to content

Commit 9b56f9f

Browse files
author
Emilia Hane
authored
Fix docs warning (#182)
1 parent d2b39db commit 9b56f9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ipmode.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ mod tests {
232232
}
233233
}
234234

235-
/// Copied from the standard library. See https://github.com/rust-lang/rust/issues/27709
235+
/// Copied from the standard library. See <https://github.com/rust-lang/rust/issues/27709>
236236
/// The current code is behind the `ip` feature.
237237
pub const fn to_ipv4_mapped(ip: &std::net::Ipv6Addr) -> Option<std::net::Ipv4Addr> {
238238
match ip.octets() {

0 commit comments

Comments
 (0)