We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 795af36 + 7c62a47 commit afb88edCopy full SHA for afb88ed
library/core/src/ops/bit.rs
@@ -493,7 +493,7 @@ macro_rules! shl_impl_all {
493
)*)
494
}
495
496
-shl_impl_all! { u8 u16 u32 u64 u128 usize i8 i16 i32 i64 isize i128 }
+shl_impl_all! { u8 u16 u32 u64 u128 usize i8 i16 i32 i64 i128 isize }
497
498
/// The right shift operator `>>`. Note that because this trait is implemented
499
/// for all integer types with multiple right-hand-side types, Rust's type
0 commit comments