Skip to content

Commit 11bd99d

Browse files
committed
IntervalSet: add comment about representation
1 parent a241042 commit 11bd99d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

‎compiler/rustc_index/src/interval.rs‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ mod tests;
1717
/// first value of the following element.
1818
#[derive(Debug,Clone)]
1919
pubstructIntervalSet<I>{
20-
// Start, end
20+
// Start, end (both inclusive)
2121
map:SmallVec<[(u32,u32);2]>,
2222
domain:usize,
2323
_data:PhantomData<I>,

0 commit comments

Comments
 (0)