Skip to content

Commit c9447c5

Browse files
committed
core: Allow some #[deriving] in libcore
1 parent e0d43b0 commit c9447c5

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

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)