diff options
author | Christophe MASSOLIN <[email protected]> | 2020-04-27 23:17:23 +0100 |
---|---|---|
committer | Christophe MASSOLIN <[email protected]> | 2020-04-27 23:17:23 +0100 |
commit | e7523511ce201763e093d5f5563c20d0e0fc5d54 (patch) | |
tree | ccc6c52c7bd7d3a28b33cce3027b962e7ecbeaa8 /crates/ra_project_model | |
parent | ed5af989f431b9bfabf6f67350587add05a1942c (diff) |
[config] remove RustcConfig
Diffstat (limited to 'crates/ra_project_model')
-rw-r--r-- | crates/ra_project_model/src/cargo_workspace.rs | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/crates/ra_project_model/src/cargo_workspace.rs b/crates/ra_project_model/src/cargo_workspace.rs index 1dfee6b47..31499b468 100644 --- a/crates/ra_project_model/src/cargo_workspace.rs +++ b/crates/ra_project_model/src/cargo_workspace.rs | |||
@@ -43,11 +43,6 @@ impl ops::Index<Target> for CargoWorkspace { | |||
43 | } | 43 | } |
44 | 44 | ||
45 | #[derive(Clone, Debug, PartialEq, Eq)] | 45 | #[derive(Clone, Debug, PartialEq, Eq)] |
46 | pub struct RustcConfig { | ||
47 | pub default_target: Option<String>, | ||
48 | } | ||
49 | |||
50 | #[derive(Clone, Debug, PartialEq, Eq)] | ||
51 | pub struct CargoConfig { | 46 | pub struct CargoConfig { |
52 | /// Do not activate the `default` feature. | 47 | /// Do not activate the `default` feature. |
53 | pub no_default_features: bool, | 48 | pub no_default_features: bool, |