Fix a couple of dead links on core::num::ParseFloatError docs

This commit is contained in:
Oliver Middleton
2016-04-01 23:46:58 +01:00
parent b0d31707cc
commit 564ec1ae40
+2 -2
View File
@@ -154,8 +154,8 @@ fn from_str(src: &str) -> Result<Self, ParseFloatError> {
/// 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 {