mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-11-10 07:04:22 +00:00
Minor errors
This commit is contained in:
parent
987a9342ad
commit
5e6f5b1f38
1 changed files with 2 additions and 2 deletions
|
@ -1897,7 +1897,7 @@ impl Config {
|
|||
CargoFeaturesDef::Selected(it) => it,
|
||||
},
|
||||
extra_args: self.extra_args(source_root).clone(),
|
||||
extra_test_bin_args: self.runnables_extraTestBinaryArgs().clone(),
|
||||
extra_test_bin_args: self.runnables_extraTestBinaryArgs(source_root).clone(),
|
||||
extra_env: self.extra_env(source_root).clone(),
|
||||
target_dir: self.target_dir_from_config(source_root),
|
||||
}
|
||||
|
@ -1954,7 +1954,7 @@ impl Config {
|
|||
CargoFeaturesDef::Selected(it) => it,
|
||||
},
|
||||
extra_args: self.check_extra_args(source_root),
|
||||
extra_test_bin_args: self.runnables_extraTestBinaryArgs().clone(),
|
||||
extra_test_bin_args: self.runnables_extraTestBinaryArgs(source_root).clone(),
|
||||
extra_env: self.check_extra_env(source_root),
|
||||
target_dir: self.target_dir_from_config(source_root),
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue