mirror of
https://gitee.com/openharmony/third_party_rust_bitflags
synced 2024-12-03 13:00:42 +00:00
Merge pull request #256 from saiintbrisson/issue-237
fix: allowed non_snake_case on trait impls
This commit is contained in:
commit
acfba7d335
@ -400,6 +400,7 @@ macro_rules! __impl_all_bitflags {
|
||||
const $Flag: $T = 0;
|
||||
)+
|
||||
}
|
||||
#[allow(non_snake_case)]
|
||||
impl __BitFlags for $BitFlags {
|
||||
$(
|
||||
__impl_bitflags! {
|
||||
@ -449,6 +450,7 @@ macro_rules! __impl_bitflags {
|
||||
|
||||
// Conditionally override the check for just those flags that
|
||||
// are not #[cfg]ed away.
|
||||
#[allow(non_snake_case)]
|
||||
impl __BitFlags for $BitFlags {
|
||||
$(
|
||||
__impl_bitflags! {
|
||||
|
Loading…
Reference in New Issue
Block a user