From 25b1a26a68693202633a3fe1272b0c238a72a712 Mon Sep 17 00:00:00 2001 From: TAdev0 Date: Fri, 9 Aug 2024 12:34:19 +0200 Subject: [PATCH] fix --- src/utils.cairo | 1 - 1 file changed, 1 deletion(-) 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 {