revert removal of PartialEq

This commit is contained in:
Skgland
2021-02-26 19:58:55 +01:00
parent 0a08464d4f
commit 5a78f02dcb

View File

@@ -33,7 +33,7 @@ macro_rules! consume_chars_with {
};
}
#[derive(Debug, Clone)]
#[derive(Debug, Clone, PartialEq)]
pub enum Token {
Constant(Constant),
Var(Rc<Atom>),