mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-26 16:54:01 +00:00
auto merge of #16990 : DiamondLovesYou/rust/level-derive-clone, r=alexcrichton
This commit is contained in:
commit
5248b1187d
@ -211,7 +211,7 @@ pub fn mk_handler(e: Box<Emitter + Send>) -> Handler {
|
||||
}
|
||||
}
|
||||
|
||||
#[deriving(PartialEq)]
|
||||
#[deriving(PartialEq, Clone)]
|
||||
pub enum Level {
|
||||
Bug,
|
||||
Fatal,
|
||||
|
Loading…
Reference in New Issue
Block a user