Skip to content

Commit ab73149

Browse files
committed
---
yaml --- r: 113872 b: refs/heads/master c: c9447c5 h: refs/heads/master v: v3
1 parent af4669d commit ab73149

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-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: e0d43b023ed219d47c0785f10c62a62350aa4ea1
2+
refs/heads/master: c9447c5d955b7e575451002810a9c3d652022ff9
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: ec0258a381b88b5574e3f8ce72ae553ac3a574b7
55
refs/heads/try: 7c6c492fb2af9a85f21ff952942df3523b22fd17

trunk/src/libcore/lib.rs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,15 @@ pub mod iter;
7070
pub mod option;
7171
pub mod raw;
7272
pub mod char;
73+
pub mod result;
7374
pub mod slice;
7475
pub mod str;
7576
pub mod tuple;
7677

7778
// FIXME: this module should not exist
7879
mod should_not_exist;
80+
81+
mod std {
82+
pub use clone;
83+
pub use cmp;
84+
}

0 commit comments

Comments
 (0)