diff --git a/src/utils.cairo b/src/utils.cairo index a2de7942..f908f3c5 100644 --- a/src/utils.cairo +++ b/src/utils.cairo @@ -31,7 +31,6 @@ pub impl BitshiftImpl< +PartialOrd, +PartialEq, +BitSize, - +TryInto, +Into > of Bitshift { fn shl(self: T, shift: U) -> T {