Skip to content

Commit b0df09c

Browse files
committed
fix: safety comment
1 parent 3882230 commit b0df09c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • libs/@local/hashql/mir/src/interpret

libs/@local/hashql/mir/src/interpret/tests.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1771,7 +1771,7 @@ fn make_temporal_axes<'heap>(
17711771

17721772
// Interval(Struct { start, end })
17731773
let interval_fields = interner.symbols.intern_slice(&[sym::end, sym::start]);
1774-
// SAFETY: p is before v in the alphabetical order
1774+
// SAFETY: e is before s in the alphabetical order
17751775
let interval_struct =
17761776
unsafe { Struct::new_unchecked(interval_fields, Rc::new([end_bound, start_bound])) };
17771777
let interval = Value::Opaque(Opaque::new(

0 commit comments

Comments
 (0)