We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
core::num::dec2flt
1 parent c933d69 commit 707298dCopy full SHA for 707298d
library/core/src/num/dec2flt/mod.rs
@@ -166,10 +166,6 @@ from_str_float_impl!(f64);
166
///
167
/// This error is used as the error type for the [`FromStr`] implementation
168
/// for [`f32`] and [`f64`].
169
-///
170
-/// [`FromStr`]: ../str/trait.FromStr.html
171
-/// [`f32`]: ../../std/primitive.f32.html
172
-/// [`f64`]: ../../std/primitive.f64.html
173
#[derive(Debug, Clone, PartialEq, Eq)]
174
#[stable(feature = "rust1", since = "1.0.0")]
175
pub struct ParseFloatError {
0 commit comments