Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/bitflags/bitflags into co…
Browse files Browse the repository at this point in the history
…nst_fn
  • Loading branch information
arturoc committed Apr 23, 2019
2 parents d038a14 + 766297e commit 907a53d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Expand Up @@ -398,8 +398,8 @@ macro_rules! __bitflags {
)+
}
) => {
#[derive(Copy, PartialEq, Eq, Clone, PartialOrd, Ord, Hash)]
$(#[$outer])*
#[derive(Copy, PartialEq, Eq, Clone, PartialOrd, Ord, Hash)]
$($vis)* struct $BitFlags {
bits: $T,
}
Expand Down

0 comments on commit 907a53d

Please sign in to comment.