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:
bors 2016-04-03 12:11:57 -07:00
commit 9c2186d4d7
1 changed files with 2 additions and 2 deletions

View File

@ -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 {