about summary refs log tree commit diff
path: root/src/libcore
diff options
context:
space:
mode:
authorMichael Lamparski <diagonaldevice@gmail.com>2018-05-09 18:03:56 -0400
committerMichael Lamparski <diagonaldevice@gmail.com>2018-05-09 18:30:32 -0400
commit8010604b2d888ac839147fe27de76cdcc713aa1b (patch)
tree12951db654a303474a8d4b4088966b56f66d19ab /src/libcore
parente5f80f2a4f016bf724a1cfb580619d71c8fd39ec (diff)
downloadrust-8010604b2d888ac839147fe27de76cdcc713aa1b.tar.gz
rust-8010604b2d888ac839147fe27de76cdcc713aa1b.zip
move See also links to top
Diffstat (limited to 'src/libcore')
-rw-r--r--src/libcore/num/f32.rs4
-rw-r--r--src/libcore/num/f64.rs4
2 files changed, 4 insertions, 4 deletions
diff --git a/src/libcore/num/f32.rs b/src/libcore/num/f32.rs
index 672119eba7f..4a7dc13f0f2 100644
--- a/src/libcore/num/f32.rs
+++ b/src/libcore/num/f32.rs
@@ -11,9 +11,9 @@
 //! This module provides constants which are specific to the implementation
 //! of the `f32` floating point data type.
 //!
-//! Mathematically significant numbers are provided in the `consts` sub-module.
-//!
 //! *[See also the `f32` primitive type](../../std/primitive.f32.html).*
+//!
+//! Mathematically significant numbers are provided in the `consts` sub-module.
 
 #![stable(feature = "rust1", since = "1.0.0")]
 
diff --git a/src/libcore/num/f64.rs b/src/libcore/num/f64.rs
index 220b23a1e6a..801de5e87bd 100644
--- a/src/libcore/num/f64.rs
+++ b/src/libcore/num/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")]