Skip to content

Commit 5e6f5b1

Browse files
committed
Minor errors
1 parent 987a934 commit 5e6f5b1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

crates/rust-analyzer/src/config.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1897,7 +1897,7 @@ impl Config {
18971897
CargoFeaturesDef::Selected(it) => it,
18981898
},
18991899
extra_args: self.extra_args(source_root).clone(),
1900-
extra_test_bin_args: self.runnables_extraTestBinaryArgs().clone(),
1900+
extra_test_bin_args: self.runnables_extraTestBinaryArgs(source_root).clone(),
19011901
extra_env: self.extra_env(source_root).clone(),
19021902
target_dir: self.target_dir_from_config(source_root),
19031903
}
@@ -1954,7 +1954,7 @@ impl Config {
19541954
CargoFeaturesDef::Selected(it) => it,
19551955
},
19561956
extra_args: self.check_extra_args(source_root),
1957-
extra_test_bin_args: self.runnables_extraTestBinaryArgs().clone(),
1957+
extra_test_bin_args: self.runnables_extraTestBinaryArgs(source_root).clone(),
19581958
extra_env: self.check_extra_env(source_root),
19591959
target_dir: self.target_dir_from_config(source_root),
19601960
},

0 commit comments

Comments
 (0)