Skip to content

Commit

Permalink
refactor(parser): Add more traits to builder
Browse files Browse the repository at this point in the history
  • Loading branch information
epage committed Jul 28, 2019
1 parent 0396643 commit 36fefc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tokens.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ pub enum Case {
None,
}

#[derive(Debug, Clone, Default)]
#[derive(Debug, Clone, Default, PartialEq, Eq, Hash)]
pub struct ParserBuilder {
ignore_hex: bool,
}
Expand Down

0 comments on commit 36fefc1

Please sign in to comment.