Rename defaultTarget to target

This commit is contained in:
Christophe MASSOLIN
2020-05-05 18:01:54 +02:00
parent e7523511ce
commit 0ab4340cdb
3 changed files with 6 additions and 6 deletions

View File

@@ -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/defaultTarget", &mut self.cargo.default_target);
set(value, "/cargo/target", &mut self.cargo.target);
match get(value, "/procMacro/enable") {
Some(true) => {