We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
wrapping_shl
1 parent f0f6877 commit 56d9784Copy full SHA for 56d9784
library/core/src/num/int_macros.rs
@@ -1211,7 +1211,7 @@ any high-order bits of `rhs` that would cause the shift to exceed the bitwidth o
1211
1212
Note that this is *not* the same as a rotate-left; the RHS of a wrapping shift-left is restricted to
1213
the range of the type, rather than the bits shifted out of the LHS being returned to the other end.
1214
-The primitive integer types all implement a `[`rotate_left`](#method.rotate_left) function,
+The primitive integer types all implement a [`rotate_left`](#method.rotate_left) function,
1215
which may be what you want instead.
1216
1217
# Examples
0 commit comments