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

Commit 9edea1e

Browse files
committed
Minor errors
1 parent 0e52706 commit 9edea1e

File tree

1 file changed

+2
-2
lines changed
  • src/tools/rust-analyzer/crates/rust-analyzer/src

1 file changed

+2
-2
lines changed

src/tools/rust-analyzer/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)