Skip to content

Commit a3f1462

Browse files
DrKwintsteveklabnik
authored andcommitted
---
yaml --- r: 205308 b: refs/heads/stable c: 0975d84 h: refs/heads/master v: v3
1 parent 4b70d94 commit a3f1462

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,4 @@ refs/tags/1.0.0-alpha.2: 4c705f6bc559886632d3871b04f58aab093bfa2f
3737
refs/tags/homu-tmp: c2b30b86df6b34ba19e87e63402e43d9e81a64fb
3838
refs/heads/gate: 97c84447b65164731087ea82685580cc81424412
3939
refs/tags/1.0.0-beta: 8cbb92b53468ee2b0c2d3eeb8567005953d40828
40-
refs/heads/stable: 708ad645cf49339169e5c5966031821984cfc499
40+
refs/heads/stable: 0975d840a7f360e38e58a8b1dd70ef32505aee84

branches/stable/src/libcollections/bit.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1434,7 +1434,7 @@ impl BitSet {
14341434
bit_vec.nbits = trunc_len * u32::BITS;
14351435
}
14361436

1437-
/// Iterator over each u32 stored in the `BitSet`.
1437+
/// Iterator over each usize stored in the `BitSet`.
14381438
///
14391439
/// # Examples
14401440
///
@@ -1455,7 +1455,7 @@ impl BitSet {
14551455
SetIter {set: self, next_idx: 0}
14561456
}
14571457

1458-
/// Iterator over each u32 stored in `self` union `other`.
1458+
/// Iterator over each usize stored in `self` union `other`.
14591459
/// See [union_with](#method.union_with) for an efficient in-place version.
14601460
///
14611461
/// # Examples
@@ -1555,7 +1555,7 @@ impl BitSet {
15551555
})
15561556
}
15571557

1558-
/// Iterator over each u32 stored in the symmetric difference of `self` and `other`.
1558+
/// Iterator over each usize stored in the symmetric difference of `self` and `other`.
15591559
/// See [symmetric_difference_with](#method.symmetric_difference_with) for
15601560
/// an efficient in-place version.
15611561
///

0 commit comments

Comments
 (0)