mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-29 05:15:04 +00:00
[config] rename cargo.defaultTarget
This commit is contained in:
parent
b7edffe244
commit
ed5af989f4
3 changed files with 6 additions and 6 deletions
|
@ -134,7 +134,7 @@ impl Config {
|
|||
set(value, "/cargo/allFeatures", &mut self.cargo.all_features);
|
||||
set(value, "/cargo/features", &mut self.cargo.features);
|
||||
set(value, "/cargo/loadOutDirsFromCheck", &mut self.cargo.load_out_dirs_from_check);
|
||||
set(value, "/cargo/rustc/defaultTarget", &mut self.cargo.rustc.default_target);
|
||||
set(value, "/cargo/defaultTarget", &mut self.cargo.default_target);
|
||||
|
||||
match get(value, "/procMacro/enable") {
|
||||
Some(true) => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue