Merge branch 'master' of https://github.com/bitflags/bitflags into const_fn

This commit is contained in:
Arturo Castro
2019-04-23 11:52:02 +02:00
+1 -1
View File
@@ -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,
}