Skip to content

Commit 6f53504

Browse files
committed
---
yaml --- r: 158711 b: refs/heads/snap-stage3 c: dfe8402 h: refs/heads/master i: 158709: ae94a98 158707: 3d8e2b2 158703: ddfd100 v: v3
1 parent e05ebf6 commit 6f53504

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
refs/heads/master: 0b48001c28329392b26961eaf1c3ed293a352d6f
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4-
refs/heads/snap-stage3: 63718792df1214d0bf7b5a12508cc7301e3be665
4+
refs/heads/snap-stage3: dfe840245bf0ac42ae2b15176e21cece41c9f7b7
55
refs/heads/try: f58aad6dce273570fb130b4df008ef9acd5a5be2
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
77
refs/heads/dist-snap: ba4081a5a8573875fed17545846f6f6902c8ba8d

branches/snap-stage3/src/libcore/array.rs

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,8 @@
1414
* to all lengths.
1515
*/
1616

17-
#![doc(primitive = "tuple")]
1817
#![stable]
19-
20-
#[unstable = "this is just a documentation module and should not be part \
21-
of the public api"]
22-
pub use unit;
18+
#![experimental] // not yet reviewed
2319

2420
use cmp::*;
2521
use option::{Option};

0 commit comments

Comments
 (0)