Fix handling of inlined rules in node-types generation
This commit is contained in:
parent
0a2b183bd0
commit
ee1d4d6b2c
4 changed files with 205 additions and 120 deletions
|
|
@ -272,7 +272,9 @@ impl<'a> ParseItemSet<'a> {
|
|||
}
|
||||
|
||||
pub fn core(&self) -> ParseItemSetCore<'a> {
|
||||
ParseItemSetCore { entries: self.entries.iter().map(|e| e.0).collect() }
|
||||
ParseItemSetCore {
|
||||
entries: self.entries.iter().map(|e| e.0).collect(),
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue