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