We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e124355 commit 3d44acaCopy full SHA for 3d44aca
library/core/src/num/int_macros.rs
@@ -1497,7 +1497,7 @@ macro_rules! int_impl {
1497
}
1498
1499
1500
- /// Strict shift right. Computes `self >> rhs`, panicking `rhs` is
+ /// Strict shift right. Computes `self >> rhs`, panicking if `rhs` is
1501
/// larger than or equal to the number of bits in `self`.
1502
///
1503
/// # Panics
library/core/src/num/uint_macros.rs
@@ -1902,7 +1902,7 @@ macro_rules! uint_impl {
1902
1903
1904
1905
1906
1907
1908
0 commit comments