mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-12-26 13:03:31 +00:00
[config] remove RustcConfig
This commit is contained in:
parent
ed5af989f4
commit
e7523511ce
1 changed files with 0 additions and 5 deletions
|
@ -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 a new issue