issues
search
rust-num
/
num-traits
Numeric traits for generic mathematics in Rust
Apache License 2.0
731
stars
135
forks
source link
Fix CheckedShl/CheckedShr documentation
#90
Closed
samueltardieu
closed
6 years ago
samueltardieu
commented
6 years ago
Fix #57 and more:
CheckedShl was hinting that None was returned on overflow rather than on too large a rhs.
Ditto for CheckedShr.
CheckedShr documentation erroneously indicated that a left shift was going to be performed instead of a right shift.
cuviper
commented
6 years ago
Thanks!
bors r+
bors[bot]
commented
6 years ago
Build succeeded
continuous-integration/travis-ci/push
Fix #57 and more: