File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- refs/heads/master: e68333a689dc0f665018514f966b3f1098a8adf0
2
+ refs/heads/master: 2957644e087844f92fe84647b286f1f999f040c1
3
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
4
refs/heads/snap-stage3: 9fc8394d3bce22ab483f98842434c84c396212ae
5
5
refs/heads/try: e398fc9998259d5ff86bbf5028c258aaec548c47
Original file line number Diff line number Diff line change @@ -1450,11 +1450,13 @@ impl MutableSet<uint> for BitvSet {
1450
1450
}
1451
1451
}
1452
1452
1453
+ /// An iterator for `BitvSet`.
1453
1454
pub struct BitPositions < ' a > {
1454
1455
set : & ' a BitvSet ,
1455
1456
next_idx : uint
1456
1457
}
1457
1458
1459
+ /// An iterator combining wo `BitvSet` iterators.
1458
1460
pub struct TwoBitPositions < ' a > {
1459
1461
set : & ' a BitvSet ,
1460
1462
other : & ' a BitvSet ,
You can’t perform that action at this time.
0 commit comments