mirror of
https://github.com/github/codeql.git
synced 2025-12-17 01:03:14 +01:00
Address review comment
This commit is contained in:
@@ -145,15 +145,10 @@ extractor_step_files(
|
||||
|
||||
named_crates(
|
||||
unique int id: @named_crate,
|
||||
string name: string ref,
|
||||
int crate: @crate ref
|
||||
);
|
||||
|
||||
#keyset[id]
|
||||
named_crate_names(
|
||||
int id: @named_crate ref,
|
||||
string name: string ref
|
||||
);
|
||||
|
||||
@unextracted =
|
||||
@missing
|
||||
| @unimplemented
|
||||
|
||||
Reference in New Issue
Block a user