]> git.lizzy.rs Git - rust.git/blobdiff - library/std/src/os/raw/ushort.md
Rollup merge of #75485 - RalfJung:pin, r=nagisa
[rust.git] / library / std / src / os / raw / ushort.md
index d364abb3c8e0c501237e0b5363ee1482653c8992..6928e51b352c82d2a5aa413f20c402f4ff28dca4 100644 (file)
@@ -2,5 +2,4 @@ Equivalent to C's `unsigned short` type.
 
 This type will almost always be [`u16`], but may differ on some esoteric systems. The C standard technically only requires that this type be an unsigned integer with the same size as a [`short`].
 
-[`short`]: type.c_short.html
-[`u16`]: ../../primitive.u16.html
+[`short`]: c_short