Skip to content

Commit

Permalink
core: Allow kinds derivings
Browse files Browse the repository at this point in the history
  • Loading branch information
flaper87 committed May 8, 2014
1 parent aa67254 commit d90b4da
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/libcore/lib.rs
Expand Up @@ -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!()
Expand Down

5 comments on commit d90b4da

@bors
Copy link
Contributor

@bors bors commented on d90b4da May 9, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

saw approval from huonw
at flaper87@d90b4da

@bors
Copy link
Contributor

@bors bors commented on d90b4da May 9, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

merging FlaPer87/rust/master = d90b4da into auto

@bors
Copy link
Contributor

@bors bors commented on d90b4da May 9, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

FlaPer87/rust/master = d90b4da merged ok, testing candidate = 58d540f

@bors
Copy link
Contributor

@bors bors commented on d90b4da May 9, 2014

@bors
Copy link
Contributor

@bors bors commented on d90b4da May 9, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fast-forwarding master to auto = 58d540f

Please sign in to comment.