]> git.proxmox.com Git - rustc.git/blobdiff - library/core/src/num/shells/isize.rs
Merge tag 'debian/1.52.1+dfsg1-1_exp2' into proxmox/buster
[rustc.git] / library / core / src / num / shells / isize.rs
index 5dc128d58ae0263fc0b472bdd256609fc73f478b..d719936c0b2c0972e6084f64ea7d4f7e8d3fa9ed 100644 (file)
@@ -1,6 +1,6 @@
 //! Constants for the pointer-sized signed integer type.
 //!
-//! *[See also the `isize` primitive type](../../std/primitive.isize.html).*
+//! *[See also the `isize` primitive type][isize].*
 //!
 //! New code should use the associated constants directly on the primitive type.