Skip to content

Commit

Permalink
Auto-derive Clone for syntax::diagnostic::Level.
Browse files Browse the repository at this point in the history
  • Loading branch information
DiamondLovesYou committed Sep 4, 2014
1 parent bef51ba commit 0dadd3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libsyntax/diagnostic.rs
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

13 comments on commit 0dadd3c

@bors
Copy link
Contributor

@bors bors commented on 0dadd3c Sep 4, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

saw approval from alexcrichton
at DiamondLovesYou@0dadd3c

@bors
Copy link
Contributor

@bors bors commented on 0dadd3c Sep 4, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

merging DiamondLovesYou/rust/level-derive-clone = 0dadd3c into auto

@bors
Copy link
Contributor

@bors bors commented on 0dadd3c Sep 4, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

DiamondLovesYou/rust/level-derive-clone = 0dadd3c merged ok, testing candidate = bb35a5e1

@bors
Copy link
Contributor

@bors bors commented on 0dadd3c Sep 5, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

saw approval from alexcrichton
at DiamondLovesYou@0dadd3c

@bors
Copy link
Contributor

@bors bors commented on 0dadd3c Sep 5, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

merging DiamondLovesYou/rust/level-derive-clone = 0dadd3c into auto

@bors
Copy link
Contributor

@bors bors commented on 0dadd3c Sep 5, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

DiamondLovesYou/rust/level-derive-clone = 0dadd3c merged ok, testing candidate = 03c2f60a

@bors
Copy link
Contributor

@bors bors commented on 0dadd3c Sep 5, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@bors
Copy link
Contributor

@bors bors commented on 0dadd3c Sep 5, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

saw approval from alexcrichton
at DiamondLovesYou@0dadd3c

@bors
Copy link
Contributor

@bors bors commented on 0dadd3c Sep 5, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

merging DiamondLovesYou/rust/level-derive-clone = 0dadd3c into auto

@bors
Copy link
Contributor

@bors bors commented on 0dadd3c Sep 5, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

DiamondLovesYou/rust/level-derive-clone = 0dadd3c merged ok, testing candidate = 5248b11

@bors
Copy link
Contributor

@bors bors commented on 0dadd3c Sep 5, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fast-forwarding master to auto = 5248b11

Please sign in to comment.