Skip to content

Commit

Permalink
Update for language changes
Browse files Browse the repository at this point in the history
  • Loading branch information
brendanzab committed Apr 30, 2014
1 parent 464e375 commit 63ee7bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libstd/bitflags.rs
Expand Up @@ -98,7 +98,7 @@ macro_rules! bitflags(
}) => (
#[deriving(Eq, TotalEq, Clone)]
pub struct $BitFlags {
priv bits: $T,
bits: $T,
}

$(pub static $Flag: $BitFlags = $BitFlags { bits: $value };)+
Expand Down

5 comments on commit 63ee7bb

@bors
Copy link
Contributor

@bors bors commented on 63ee7bb Apr 30, 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 brendanzab@63ee7bb

@bors
Copy link
Contributor

@bors bors commented on 63ee7bb Apr 30, 2014

Choose a reason for hiding this comment

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

merging bjz/rust/bitset = 63ee7bb into auto

@bors
Copy link
Contributor

@bors bors commented on 63ee7bb Apr 30, 2014

Choose a reason for hiding this comment

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

bjz/rust/bitset = 63ee7bb merged ok, testing candidate = a3f9f37

@bors
Copy link
Contributor

@bors bors commented on 63ee7bb Apr 30, 2014

@bors
Copy link
Contributor

@bors bors commented on 63ee7bb Apr 30, 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 = a3f9f37

Please sign in to comment.