mirror of
https://gitee.com/openharmony/third_party_rust_bitflags
synced 2024-11-23 07:10:11 +00:00
Remove #[repr(transparent)]
This commit is contained in:
parent
971cf37964
commit
1536a2fdbe
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user