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