aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--crates/ra_project_model/src/cargo_workspace.rs5
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)]
46pub struct RustcConfig {
47 pub default_target: Option<String>,
48}
49
50#[derive(Clone, Debug, PartialEq, Eq)]
51pub struct CargoConfig { 46pub 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,