Skip to content

Commit 63ee7bb

Browse files
committed
Update for language changes
1 parent 464e375 commit 63ee7bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libstd/bitflags.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ macro_rules! bitflags(
9898
}) => (
9999
#[deriving(Eq, TotalEq, Clone)]
100100
pub struct $BitFlags {
101-
priv bits: $T,
101+
bits: $T,
102102
}
103103

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

0 commit comments

Comments
 (0)