mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-21 17:52:12 +03:00
std::net: fix doc markdown in Ipv6Addr::is_unique_local()
This commit is contained in:
@@ -1003,7 +1003,7 @@ pub fn is_global(&self) -> bool {
|
||||
}
|
||||
}
|
||||
|
||||
/// Returns [`true`] if this is a unique local address (fc00::/7).
|
||||
/// Returns [`true`] if this is a unique local address (`fc00::/7`).
|
||||
///
|
||||
/// This property is defined in [IETF RFC 4193].
|
||||
///
|
||||
|
||||
Reference in New Issue
Block a user