mirror of
https://github.com/gfx-rs/wgpu.git
synced 2026-01-10 06:58:12 -05:00
fix: allow(missing_docs) on Features fields
This commit is contained in:
@@ -97,6 +97,7 @@ macro_rules! bitflags_array {
|
||||
$(#[$outer])*
|
||||
pub struct $name {
|
||||
$(
|
||||
#[allow(missing_docs)]
|
||||
$lower_inner_name: $inner_name,
|
||||
)*
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user