Convert requires_rigids to collection_trailing_sep_e

This commit is contained in:
Joshua Warner 2021-11-12 11:09:52 -08:00
parent df89fe7dd6
commit 71cc8d4c4b
5 changed files with 17 additions and 9 deletions

View file

@ -243,6 +243,7 @@ pub enum EExposes {
#[derive(Debug, Clone, PartialEq, Eq)]
pub enum ERequires<'a> {
Requires(Row, Col),
Open(Row, Col),
IndentRequires(Row, Col),
IndentListStart(Row, Col),
IndentListEnd(Row, Col),