mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
Rust: fix duplicate asm! expressions
This commit is contained in:
@@ -82,6 +82,7 @@ fn should_enum_be_skipped(name: &str) -> bool {
|
||||
|
||||
fn should_node_be_skipped(name: &str) -> bool {
|
||||
name == "TypeAnchor" // we flatten TypeAnchor into PathSegment in the extractor
|
||||
|| name == "MacroStmts" // we workaround a getter bug in the extractor
|
||||
}
|
||||
|
||||
fn should_node_be_skipped_in_extractor(name: &str) -> bool {
|
||||
|
||||
Reference in New Issue
Block a user