Filter out {unknown} types in adt_datum_quqery

This commit is contained in:
Lukas Wirth 2024-02-14 14:01:23 +01:00
parent 0eca3ef93e
commit 9d18e197bc
2 changed files with 42 additions and 29 deletions

View file

@ -40,7 +40,7 @@ pub struct StructData {
}
bitflags! {
#[derive(Debug, Clone, PartialEq, Eq)]
#[derive(Debug, Copy, Clone, PartialEq, Eq)]
pub struct StructFlags: u8 {
const NO_FLAGS = 0;
/// Indicates whether the struct is `PhantomData`.