Update checked.rs
This commit is contained in:
parent
c1cccb809d
commit
edd7c4ec85
|
@ -1,4 +1,4 @@
|
|||
use core::ops::{Add, Sub, Mul, Div, Shl, Shr};
|
||||
use core::ops::{Add, Sub, Mul, Div, Rem, Shl, Shr};
|
||||
|
||||
/// Performs addition that returns `None` instead of wrapping around on
|
||||
/// overflow.
|
||||
|
|
Loading…
Reference in New Issue