auto merge of #16990 : DiamondLovesYou/rust/level-derive-clone, r=alexcrichton

This commit is contained in:
bors 2014-09-05 01:21:03 +00:00
commit 5248b1187d
1 changed files with 1 additions and 1 deletions

View File

@ -211,7 +211,7 @@ pub fn mk_handler(e: Box<Emitter + Send>) -> Handler {
}
}
#[deriving(PartialEq)]
#[deriving(PartialEq, Clone)]
pub enum Level {
Bug,
Fatal,