mirror of
https://github.com/github/codeql.git
synced 2026-04-26 09:15:12 +02:00
Use .. to ignore fields
Co-authored-by: Arthur Baars <aibaars@github.com>
This commit is contained in:
@@ -480,8 +480,7 @@ impl Visitor<'_> {
|
||||
}
|
||||
node_types::FieldTypeInfo::Multiple {
|
||||
types,
|
||||
dbscheme_union: _,
|
||||
ql_class: _,
|
||||
..
|
||||
} => {
|
||||
return self.type_matches_set(tp, types);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user