Skip to content

Commit a4c603a

Browse files
Dretchbrson
authored andcommitted
---
yaml --- r: 23711 b: refs/heads/master c: c5f674a h: refs/heads/master i: 23709: f9bfe17 23707: 88049fc 23703: b1cbf22 23695: 502eabc 23679: 2128a59 v: v3
1 parent 01412a1 commit a4c603a

File tree

2 files changed

+2
-23
lines changed

2 files changed

+2
-23
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: 9297c7659873046750f65b44b2d368344daef0e8
2+
refs/heads/master: c5f674ae2a2c06f9e76af23d270fa22365aadc62
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: cd6f24f9d14ac90d167386a56e7a6ac1f0318195
55
refs/heads/try: ffbe0e0e00374358b789b0037bcb3a577cd218be

trunk/src/libstd/bitv.rs

Lines changed: 1 addition & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,6 @@
11
use vec::{to_mut, from_elem};
22

3-
export Bitv;
4-
export union;
5-
export Union;
6-
export intersect;
7-
export Intersect;
8-
export assign;
9-
export Assign;
10-
export difference;
11-
export Difference;
12-
export clone;
13-
export get;
14-
export equal;
15-
export clear;
16-
export set_all;
17-
export invert;
18-
export set;
19-
export is_true;
20-
export is_false;
21-
export to_vec;
22-
export to_str;
23-
export eq_vec;
24-
export methods;
3+
export Bitv, from_bytes, from_bools, from_fn;
254

265
/// a mask that has a 1 for each defined bit in a small_bitv, assuming n bits
276
#[inline(always)]

0 commit comments

Comments
 (0)