Use intra-doc links in `core::num::dec2flt`

This commit is contained in:
Camelid 2020-08-26 12:26:26 -07:00
parent c933d697d8
commit 707298d52c
1 changed files with 0 additions and 4 deletions

View File

@ -166,10 +166,6 @@ from_str_float_impl!(f64);
/// ///
/// This error is used as the error type for the [`FromStr`] implementation /// This error is used as the error type for the [`FromStr`] implementation
/// for [`f32`] and [`f64`]. /// for [`f32`] and [`f64`].
///
/// [`FromStr`]: ../str/trait.FromStr.html
/// [`f32`]: ../../std/primitive.f32.html
/// [`f64`]: ../../std/primitive.f64.html
#[derive(Debug, Clone, PartialEq, Eq)] #[derive(Debug, Clone, PartialEq, Eq)]
#[stable(feature = "rust1", since = "1.0.0")] #[stable(feature = "rust1", since = "1.0.0")]
pub struct ParseFloatError { pub struct ParseFloatError {