summaryrefslogtreecommitdiffstats
path: root/library/core/src/num/shells/i64.rs
diff options
context:
space:
mode:
Diffstat (limited to 'library/core/src/num/shells/i64.rs')
-rw-r--r--library/core/src/num/shells/i64.rs4
1 files changed, 1 insertions, 3 deletions
diff --git a/library/core/src/num/shells/i64.rs b/library/core/src/num/shells/i64.rs
index a416fa7e9..77d95d712 100644
--- a/library/core/src/num/shells/i64.rs
+++ b/library/core/src/num/shells/i64.rs
@@ -1,6 +1,4 @@
-//! Constants for the 64-bit signed integer type.
-//!
-//! *[See also the `i64` primitive type][i64].*
+//! Redundant constants module for the [`i64` primitive type][i64].
//!
//! New code should use the associated constants directly on the primitive type.