Skip to content

Commit

Permalink
auto merge of #16990 : DiamondLovesYou/rust/level-derive-clone, r=ale…
Browse files Browse the repository at this point in the history
…xcrichton
  • Loading branch information
bors committed Sep 5, 2014
2 parents e024017 + 0dadd3c commit 5248b11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libsyntax/diagnostic.rs
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ pub fn mk_handler(e: Box<Emitter + Send>) -> Handler {
}
}

#[deriving(PartialEq)]
#[deriving(PartialEq, Clone)]
pub enum Level {
Bug,
Fatal,
Expand Down

0 comments on commit 5248b11

Please sign in to comment.