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