mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
Rust: add back getAttr to ArrayExpr
This commit is contained in:
@@ -359,7 +359,7 @@ fn get_fields(node: &AstNodeSrc) -> Vec<FieldInfo> {
|
||||
result.push(FieldInfo {
|
||||
name: "is_semicolon".to_string(),
|
||||
tp: "predicate".to_string(),
|
||||
is_many: true,
|
||||
is_many: false,
|
||||
});
|
||||
}
|
||||
_ => {}
|
||||
|
||||
Reference in New Issue
Block a user