Skip to content

Commit 0da09d7

Browse files
treemanalexcrichton
authored andcommitted
---
yaml --- r: 124781 b: refs/heads/master c: 2957644 h: refs/heads/master i: 124779: 50d8d5e v: v3
1 parent 2f4bd01 commit 0da09d7

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
refs/heads/master: e68333a689dc0f665018514f966b3f1098a8adf0
2+
refs/heads/master: 2957644e087844f92fe84647b286f1f999f040c1
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: 9fc8394d3bce22ab483f98842434c84c396212ae
55
refs/heads/try: e398fc9998259d5ff86bbf5028c258aaec548c47

trunk/src/libcollections/bitv.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1450,11 +1450,13 @@ impl MutableSet<uint> for BitvSet {
14501450
}
14511451
}
14521452

1453+
/// An iterator for `BitvSet`.
14531454
pub struct BitPositions<'a> {
14541455
set: &'a BitvSet,
14551456
next_idx: uint
14561457
}
14571458

1459+
/// An iterator combining wo `BitvSet` iterators.
14581460
pub struct TwoBitPositions<'a> {
14591461
set: &'a BitvSet,
14601462
other: &'a BitvSet,

0 commit comments

Comments
 (0)