mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-10 05:53:10 +00:00
Use intra-doc links in core::num::dec2flt
This commit is contained in:
parent
c933d697d8
commit
707298d52c
@ -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 {
|
||||||
|
Loading…
Reference in New Issue
Block a user