]> git.lizzy.rs Git - rust.git/blobdiff - library/std/src/net/addr.rs
Convert many files to intra-doc links
[rust.git] / library / std / src / net / addr.rs
index 1ba243804fec7b3d790c0b08266a9e9c6f64ac0e..499b1137dcba5bcaa32cb700724e1e3fb4e813a6 100644 (file)
@@ -213,8 +213,6 @@ pub fn set_port(&mut self, new_port: u16) {
     ///
     /// [IP address]: IpAddr
     /// [`IPv4` address]: IpAddr::V4
-    /// [`false`]: ../../std/primitive.bool.html
-    /// [`true`]: ../../std/primitive.bool.html
     ///
     /// # Examples
     ///
@@ -235,8 +233,6 @@ pub fn is_ipv4(&self) -> bool {
     ///
     /// [IP address]: IpAddr
     /// [`IPv6` address]: IpAddr::V6
-    /// [`false`]: ../../std/primitive.bool.html
-    /// [`true`]: ../../std/primitive.bool.html
     ///
     /// # Examples
     ///