]> git.lizzy.rs Git - rust.git/blobdiff - src/libstd/num/f64.rs
Auto merge of #32141 - jseyfried:fix_resolution_in_lexical_scopes, r=nikomatsakis
[rust.git] / src / libstd / num / f64.rs
index a39311f7d108d578a44273a968fb5f475930f6b9..446e22a20ad7d576dc8cd18cb75b06cc0a69d92d 100644 (file)
@@ -206,7 +206,7 @@ pub fn classify(self) -> FpCategory { num::Float::classify(self) }
     ///
     /// assert!(abs_difference < 1e-10);
     /// ```
-    /// [floating-point]: ../../../../../reference.html#machine-types
+    /// [floating-point]: ../reference.html#machine-types
     #[unstable(feature = "float_extras", reason = "signature is undecided",
                issue = "27752")]
     #[inline]