mirror of
https://github.com/crate-ci/typos.git
synced 2024-11-22 00:51:11 -05:00
refactor(parser): Add more traits to builder
This commit is contained in:
parent
039664339d
commit
36fefc166e
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue