[config] remove RustcConfig

This commit is contained in:
Christophe MASSOLIN 2020-04-28 00:17:23 +02:00
parent ed5af989f4
commit e7523511ce

View file

@ -42,11 +42,6 @@ impl ops::Index<Target> for CargoWorkspace {
}
}
#[derive(Clone, Debug, PartialEq, Eq)]
pub struct RustcConfig {
pub default_target: Option<String>,
}
#[derive(Clone, Debug, PartialEq, Eq)]
pub struct CargoConfig {
/// Do not activate the `default` feature.