Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
TAdev0 committed Aug 9, 2024
1 parent 8ecb8cc commit 25b1a26
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/utils.cairo
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ pub impl BitshiftImpl<
+PartialOrd<U>,
+PartialEq<U>,
+BitSize<T>,
+TryInto<usize, T>,
+Into<usize, U>
> of Bitshift<T, U> {
fn shl(self: T, shift: U) -> T {
Expand Down

0 comments on commit 25b1a26

Please sign in to comment.