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:
commit
58d540f0c6
@ -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!()
|
||||
|
Loading…
Reference in New Issue
Block a user