Switch TablConstr to BoundedSeparated
This commit is contained in:
parent
e3fa3500d4
commit
0e9cfd67c2
6 changed files with 82 additions and 102 deletions
|
|
@ -126,8 +126,6 @@ impl HasSpan for TableLitElem {
|
|||
}
|
||||
|
||||
/// `'{ a, foo: b }`
|
||||
///
|
||||
/// Structure: `'{ s0 elems s1 }`
|
||||
#[derive(Debug, Clone)]
|
||||
pub struct TableLit(pub BoundedSeparated<TableLitElem>);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue