Make core::f32/f64 docs match std.
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
//!
|
||||
//! Mathematically significant numbers are provided in the `consts` sub-module.
|
||||
//!
|
||||
//! *[See also the `f32` primitive type](../primitive.f32.html).*
|
||||
//! *[See also the `f32` primitive type](../../std/primitive.f32.html).*
|
||||
|
||||
#![stable(feature = "rust1", since = "1.0.0")]
|
||||
#![allow(missing_docs)]
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
//!
|
||||
//! Mathematically significant numbers are provided in the `consts` sub-module.
|
||||
//!
|
||||
//! *[See also the `f64` primitive type](../primitive.f64.html).*
|
||||
//! *[See also the `f64` primitive type](../../std/primitive.f64.html).*
|
||||
|
||||
#![stable(feature = "rust1", since = "1.0.0")]
|
||||
#![allow(missing_docs)]
|
||||
|
||||
Reference in New Issue
Block a user