mirror of
https://github.com/gfx-rs/wgpu.git
synced 2025-12-08 21:26:17 +00:00
fix: use same visibility for Features fields as itself
This commit is contained in:
parent
26eded137a
commit
e8e09d059f
@ -98,7 +98,7 @@ macro_rules! bitflags_array {
|
|||||||
pub struct $name {
|
pub struct $name {
|
||||||
$(
|
$(
|
||||||
#[allow(missing_docs)]
|
#[allow(missing_docs)]
|
||||||
$lower_inner_name: $inner_name,
|
$vis $lower_inner_name: $inner_name,
|
||||||
)*
|
)*
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user