Skip to content

Commit e752351

Browse files
committed
[config] remove RustcConfig
1 parent ed5af98 commit e752351

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

crates/ra_project_model/src/cargo_workspace.rs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,6 @@ impl ops::Index<Target> for CargoWorkspace {
4242
}
4343
}
4444

45-
#[derive(Clone, Debug, PartialEq, Eq)]
46-
pub struct RustcConfig {
47-
pub default_target: Option<String>,
48-
}
49-
5045
#[derive(Clone, Debug, PartialEq, Eq)]
5146
pub struct CargoConfig {
5247
/// Do not activate the `default` feature.

0 commit comments

Comments
 (0)