Skip to content

Commit 9bae0bf

Browse files
authored
Merge pull request #20295 from geoffw0/oldpaths1
Rust: Remove extractor path resolution.
2 parents 0ed6428 + d650d56 commit 9bae0bf

File tree

93 files changed

+15169
-2173
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

93 files changed

+15169
-2173
lines changed

rust/ast-generator/src/main.rs

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -62,15 +62,6 @@ fn has_special_emission(type_name: &str) -> bool {
6262
| "Struct"
6363
| "Enum"
6464
| "Union"
65-
| "Trait"
66-
| "Module"
67-
| "Variant"
68-
| "PathExpr"
69-
| "RecordExpr"
70-
| "PathPat"
71-
| "RecordPat"
72-
| "TupleStructPat"
73-
| "MethodCallExpr"
7465
| "PathSegment"
7566
| "Const"
7667
)

rust/codeql-extractor.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -82,12 +82,6 @@ options:
8282
Collect flame graph data using the `tracing-flame` crate. To render a flame graph
8383
or chart, run the `inferno-flamegraph` command. See also: https://crates.io/crates/tracing-flame
8484
type: string
85-
skip_path_resolution:
86-
title: Skip path resolution
87-
description: >
88-
Skip path resolution. This is experimental, while we move path resolution from the extractor to the QL library.
89-
type: string
90-
pattern: "^(false|true)$"
9185
extract_dependencies_as_source:
9286
title: Extract dependencies as source code
9387
description: >

0 commit comments

Comments
 (0)