We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a00831c commit 68cd36dCopy full SHA for 68cd36d
typos/src/tokens.rs
@@ -50,7 +50,7 @@ impl ParserBuilder {
50
Parser {
51
words_str,
52
words_bytes,
53
- ignore_hex: self.ignore_hex,
+ ignore_hex: self.ignore_hex && self.include_digits,
54
}
55
56
0 commit comments