Skip to content

Commit 58d540f

Browse files
committed
auto merge of #14053 : FlaPer87/rust/master, r=huonw
This patch allows for using derivings for `kinds` in libcore r? @alexcrichton
2 parents 176df98 + d90b4da commit 58d540f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/libcore/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ mod should_not_exist;
106106
mod std {
107107
pub use clone;
108108
pub use cmp;
109+
pub use kinds;
109110

110111
#[cfg(test)] pub use realstd::fmt; // needed for fail!()
111112
#[cfg(test)] pub use realstd::rt; // needed for fail!()

0 commit comments

Comments
 (0)