Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit f502169

Browse files
committed
minor: use extra_args for fetching workspace
1 parent 2feabc4 commit f502169

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

crates/project-model/src/cargo_workspace.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -297,6 +297,7 @@ impl CargoWorkspace {
297297
let other_options: Vec<_> = targets
298298
.into_iter()
299299
.flat_map(|target| ["--filter-platform".to_string(), target])
300+
.chain(config.extra_args.clone())
300301
.collect();
301302
meta.other_options(other_options);
302303
}

0 commit comments

Comments
 (0)