mirror of
https://github.com/rust-lang/rust.git
synced 2025-05-14 02:49:40 +00:00
[config] remove RustcConfig
This commit is contained in:
parent
ed5af989f4
commit
e7523511ce
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user