Auto-derive Clone for syntax::diagnostic::Level.

This commit is contained in:
Richard Diamond 2014-09-04 13:29:26 -05:00
parent bef51ba234
commit 0dadd3c3ad
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,