diff options
| author | Alex Crichton <alex@alexcrichton.com> | 2018-05-10 11:35:33 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-05-10 11:35:33 -0500 |
| commit | c798cbbb2cd5a0300954cdcb08f2daa0817898ff (patch) | |
| tree | 2ce8e42ecd8ae6be8522ae4eeed77a5578893645 /src/libstd/f64.rs | |
| parent | 44f8b4d5be3cebbfa82057e68309a673be46c968 (diff) | |
| parent | b8eb91a5ade04804118d39a0f74ae908f33b6268 (diff) | |
| download | rust-c798cbbb2cd5a0300954cdcb08f2daa0817898ff.tar.gz rust-c798cbbb2cd5a0300954cdcb08f2daa0817898ff.zip | |
Rollup merge of #50588 - ExpHP:i-can-see-my-house-from-here, r=frewsxcv
Move "See also" disambiguation links for primitive types to top Closes #50384. <details> <summary>Images</summary>   </details> r? @steveklabnik
Diffstat (limited to 'src/libstd/f64.rs')
| -rw-r--r-- | src/libstd/f64.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libstd/f64.rs b/src/libstd/f64.rs index e00ff60452d..40c3f4d0ef7 100644 --- a/src/libstd/f64.rs +++ b/src/libstd/f64.rs @@ -11,9 +11,9 @@ //! This module provides constants which are specific to the implementation //! of the `f64` floating point data type. //! -//! Mathematically significant numbers are provided in the `consts` sub-module. -//! //! *[See also the `f64` primitive type](../../std/primitive.f64.html).* +//! +//! Mathematically significant numbers are provided in the `consts` sub-module. #![stable(feature = "rust1", since = "1.0.0")] #![allow(missing_docs)] |
