Skip to content

Commit 9c2186d

Browse files
committed
Auto merge of #32672 - ollie27:patch-5, r=alexcrichton
Fix a couple of dead links on core::num::ParseFloatError docs
2 parents c0b8c43 + 564ec1a commit 9c2186d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/libcore/num/dec2flt/mod.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -154,8 +154,8 @@ from_str_float_impl!(f64);
154154
/// for [`f32`] and [`f64`].
155155
///
156156
/// [`FromStr`]: ../str/trait.FromStr.html
157-
/// [`f32`]: ../primitive.f32.html
158-
/// [`f64`]: ../primitive.f64.html
157+
/// [`f32`]: ../../std/primitive.f32.html
158+
/// [`f64`]: ../../std/primitive.f64.html
159159
#[derive(Debug, Clone, PartialEq)]
160160
#[stable(feature = "rust1", since = "1.0.0")]
161161
pub struct ParseFloatError {

0 commit comments

Comments
 (0)