Skip to content

Commit

Permalink
fix(parse): Change ignore_hex default
Browse files Browse the repository at this point in the history
  • Loading branch information
epage committed Aug 7, 2019
1 parent 6ae42b4 commit 50c89ef
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 @@ -35,7 +35,7 @@ impl ParserBuilder {

impl Default for ParserBuilder {
fn default() -> Self {
Self { ignore_hex: false }
Self { ignore_hex: true }
}
}

Expand Down

0 comments on commit 50c89ef

Please # to comment.