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

1 comment on commit 63ee7bb

@brendanzab
Copy link
Owner Author

Choose a reason for hiding this comment

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

r=alexcrichton

Please sign in to comment.