We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af4669d commit ab73149Copy full SHA for ab73149
[refs]
@@ -1,5 +1,5 @@
1
---
2
-refs/heads/master: e0d43b023ed219d47c0785f10c62a62350aa4ea1
+refs/heads/master: c9447c5d955b7e575451002810a9c3d652022ff9
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
refs/heads/snap-stage3: ec0258a381b88b5574e3f8ce72ae553ac3a574b7
5
refs/heads/try: 7c6c492fb2af9a85f21ff952942df3523b22fd17
trunk/src/libcore/lib.rs
@@ -70,9 +70,15 @@ pub mod iter;
70
pub mod option;
71
pub mod raw;
72
pub mod char;
73
+pub mod result;
74
pub mod slice;
75
pub mod str;
76
pub mod tuple;
77
78
// FIXME: this module should not exist
79
mod should_not_exist;
80
+
81
+mod std {
82
+ pub use clone;
83
+ pub use cmp;
84
+}
0 commit comments