We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c0b8c43 + 564ec1a commit 9c2186dCopy full SHA for 9c2186d
src/libcore/num/dec2flt/mod.rs
@@ -154,8 +154,8 @@ from_str_float_impl!(f64);
154
/// for [`f32`] and [`f64`].
155
///
156
/// [`FromStr`]: ../str/trait.FromStr.html
157
-/// [`f32`]: ../primitive.f32.html
158
-/// [`f64`]: ../primitive.f64.html
+/// [`f32`]: ../../std/primitive.f32.html
+/// [`f64`]: ../../std/primitive.f64.html
159
#[derive(Debug, Clone, PartialEq)]
160
#[stable(feature = "rust1", since = "1.0.0")]
161
pub struct ParseFloatError {
0 commit comments