Skip to content

Commit 707298d

Browse files
committed
Use intra-doc links in core::num::dec2flt
1 parent c933d69 commit 707298d

File tree

1 file changed

+0
-4
lines changed
  • library/core/src/num/dec2flt

1 file changed

+0
-4
lines changed

library/core/src/num/dec2flt/mod.rs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -166,10 +166,6 @@ from_str_float_impl!(f64);
166166
///
167167
/// This error is used as the error type for the [`FromStr`] implementation
168168
/// for [`f32`] and [`f64`].
169-
///
170-
/// [`FromStr`]: ../str/trait.FromStr.html
171-
/// [`f32`]: ../../std/primitive.f32.html
172-
/// [`f64`]: ../../std/primitive.f64.html
173169
#[derive(Debug, Clone, PartialEq, Eq)]
174170
#[stable(feature = "rust1", since = "1.0.0")]
175171
pub struct ParseFloatError {

0 commit comments

Comments
 (0)