auto merge of #14053 : FlaPer87/rust/master, r=huonw

This patch allows for using derivings for `kinds` in libcore

r? @alexcrichton
This commit is contained in:
bors 2014-05-09 09:11:35 -07:00
commit 58d540f0c6

View File

@ -106,6 +106,7 @@ mod should_not_exist;
mod std {
pub use clone;
pub use cmp;
pub use kinds;
#[cfg(test)] pub use realstd::fmt; // needed for fail!()
#[cfg(test)] pub use realstd::rt; // needed for fail!()