We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 368d545 commit 9529febCopy full SHA for 9529feb
compiler/rustc_index/src/interval.rs
@@ -17,7 +17,7 @@ mod tests;
17
/// first value of the following element.
18
#[derive(Debug, Clone)]
19
pub struct IntervalSet<I> {
20
- // Start, end
+ // Start, end (both inclusive)
21
map: SmallVec<[(u32, u32); 4]>,
22
domain: usize,
23
_data: PhantomData<I>,
0 commit comments