Skip to content

Commit

Permalink
Update range.cairo (#6988)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dahka2321 authored Jan 9, 2025
1 parent 9ac17df commit 2f79247
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion corelib/src/ops/range.cairo
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ pub impl RangeOpImpl<T> of RangeOp<T> {
}

/// Represents an iterator located at `cur`, whose end is `end` (`cur <= end`).
#[derive(Clone, Drop)]
#[derive(Clone, Drop, PartialEq)]
pub struct RangeIterator<T> {
/// The current value of the iterator.
cur: T,
Expand Down

0 comments on commit 2f79247

Please sign in to comment.