Skip to content

Commit 5248b11

Browse files
committed
auto merge of #16990 : DiamondLovesYou/rust/level-derive-clone, r=alexcrichton
2 parents e024017 + 0dadd3c commit 5248b11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libsyntax/diagnostic.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ pub fn mk_handler(e: Box<Emitter + Send>) -> Handler {
211211
}
212212
}
213213

214-
#[deriving(PartialEq)]
214+
#[deriving(PartialEq, Clone)]
215215
pub enum Level {
216216
Bug,
217217
Fatal,

0 commit comments

Comments
 (0)