Skip to content

Commit

Permalink
Merge pull request #252 from taiki-e/transparent
Browse files Browse the repository at this point in the history
Remove #[repr(transparent)]
  • Loading branch information
KodrAus committed Aug 11, 2021
2 parents 971cf37 + 1536a2f commit 06a232c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/lib.rs
Expand Up @@ -342,7 +342,6 @@ macro_rules! bitflags {
$($t:tt)*
) => {
$(#[$outer])*
#[repr(transparent)]
#[derive(Copy, PartialEq, Eq, Clone, PartialOrd, Ord, Hash)]
$vis struct $BitFlags {
bits: $T,
Expand Down

0 comments on commit 06a232c

Please sign in to comment.