fix: allow(missing_docs) on Features fields

This commit is contained in:
Erich Gubler
2025-02-13 07:54:32 -07:00
parent 36ad109d7a
commit 26eded137a

View File

@@ -97,6 +97,7 @@ macro_rules! bitflags_array {
$(#[$outer])*
pub struct $name {
$(
#[allow(missing_docs)]
$lower_inner_name: $inner_name,
)*
}