fix equals problem

This commit is contained in:
Folkert 2021-02-25 22:31:42 +01:00
parent 93ee552003
commit 8b3b055ab1
3 changed files with 113 additions and 110 deletions

View file

@ -404,6 +404,7 @@ pub enum ERecord<'a> {
End(Row, Col),
Open(Row, Col),
Updateable(Row, Col),
Field(Row, Col),
Colon(Row, Col),
QuestionMark(Row, Col),