Auto merge of #32672 - ollie27:patch-5, r=alexcrichton
Fix a couple of dead links on core::num::ParseFloatError docs
This commit is contained in:
commit
9c2186d4d7
@ -154,8 +154,8 @@ from_str_float_impl!(f64);
|
||||
/// for [`f32`] and [`f64`].
|
||||
///
|
||||
/// [`FromStr`]: ../str/trait.FromStr.html
|
||||
/// [`f32`]: ../primitive.f32.html
|
||||
/// [`f64`]: ../primitive.f64.html
|
||||
/// [`f32`]: ../../std/primitive.f32.html
|
||||
/// [`f64`]: ../../std/primitive.f64.html
|
||||
#[derive(Debug, Clone, PartialEq)]
|
||||
#[stable(feature = "rust1", since = "1.0.0")]
|
||||
pub struct ParseFloatError {
|
||||
|
Loading…
Reference in New Issue
Block a user