mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-29 21:35:20 +00:00
v2
This commit is contained in:
parent
886eaa0a7d
commit
7e4aad5ba5
6 changed files with 282 additions and 238 deletions
|
@ -115,8 +115,8 @@ impl<'a> IntoIterator for &'a CfgOptions {
|
|||
#[derive(Default, Clone, Debug, PartialEq, Eq)]
|
||||
pub struct CfgDiff {
|
||||
// Invariants: No duplicates, no atom that's both in `enable` and `disable`.
|
||||
pub enable: Vec<CfgAtom>,
|
||||
pub disable: Vec<CfgAtom>,
|
||||
enable: Vec<CfgAtom>,
|
||||
disable: Vec<CfgAtom>,
|
||||
}
|
||||
|
||||
impl CfgDiff {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue