Skip to content

Commit 7e5f652

Browse files
committed
Rust: disable ResolvePaths when extracting library source files
1 parent 76737cb commit 7e5f652

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rust/extractor/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@ fn main() -> anyhow::Result<()> {
315315
file,
316316
&semantics,
317317
vfs,
318-
resolve_paths,
318+
ResolvePaths::No,
319319
SourceKind::Library,
320320
);
321321
extractor.archiver.archive(file);

0 commit comments

Comments
 (0)