Skip to content

Commit 0c80212

Browse files
committed
... but keep the Shl-bound
1 parent 51c2dc6 commit 0c80212

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

libm/src/math/support/int_traits.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ pub trait MinInt:
77
+ fmt::Debug
88
+ ops::BitOr<Output = Self>
99
+ ops::Not<Output = Self>
10+
+ ops::Shl<u32, Output = Self>
1011
{
1112
/// Type with the same width but other signedness
1213
type OtherSign: MinInt;

0 commit comments

Comments
 (0)