remove #[rustc_inherit_overflow_checks] from is_multiple_of
This commit is contained in:
parent
0b278a5394
commit
5ab4e18dfc
1 changed files with 0 additions and 1 deletions
|
|
@ -3552,7 +3552,6 @@ macro_rules! uint_impl {
|
|||
#[rustc_const_stable(feature = "unsigned_is_multiple_of", since = "1.87.0")]
|
||||
#[must_use]
|
||||
#[inline]
|
||||
#[rustc_inherit_overflow_checks]
|
||||
pub const fn is_multiple_of(self, rhs: Self) -> bool {
|
||||
match rhs {
|
||||
0 => self == 0,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue