Skip to content

Commit

Permalink
remove SierraIntRangeSupport
Browse files Browse the repository at this point in the history
  • Loading branch information
cairoIover committed Jan 9, 2025
1 parent cbc186d commit 5d2c040
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion corelib/src/ops/range.cairo
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,6 @@ pub impl RangeInclusiveIntoIterator<
+Drop<T>,
+PartialEq<T>,
+PartialOrd<T>,
-SierraIntRangeSupport<T>,
> of IntoIterator<RangeInclusive<T>> {
type IntoIter = RangeInclusiveIterator<T>;

Expand Down

0 comments on commit 5d2c040

Please sign in to comment.