Skip to content

Commit

Permalink
minor: use extra_args for fetching workspace
Browse files Browse the repository at this point in the history
  • Loading branch information
jakhh8 committed Apr 23, 2023
1 parent 2feabc4 commit f502169
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/project-model/src/cargo_workspace.rs
Original file line number Diff line number Diff line change
Expand Up @@ -297,6 +297,7 @@ impl CargoWorkspace {
let other_options: Vec<_> = targets
.into_iter()
.flat_map(|target| ["--filter-platform".to_string(), target])
.chain(config.extra_args.clone())
.collect();
meta.other_options(other_options);
}
Expand Down

0 comments on commit f502169

Please sign in to comment.