mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-29 20:46:07 +03:00
Fix a couple of dead links on core::num::ParseFloatError docs
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user