Address review comment

This commit is contained in:
Tom Hvitved
2025-03-20 11:39:52 +01:00
parent 0bf2bfa2f1
commit d19188db8f
8 changed files with 12 additions and 25 deletions

View File

@@ -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