pawarser: require/derive PartialEq
+ Eq
for NodeKind and its contents
This commit is contained in:
parent
91f766c18e
commit
fed8cf2466
4 changed files with 4 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
|||
use crate::syntax_kind::SyntaxKind;
|
||||
|
||||
#[derive(Clone)]
|
||||
#[derive(Clone, PartialEq, Eq)]
|
||||
pub enum SyntaxError {
|
||||
DisallowedKeyType(SyntaxKind),
|
||||
MemberMissingValue,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue