mirror of
https://github.com/crate-ci/typos.git
synced 2024-11-25 02:20:58 -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,
|
None,
|
||||||
}
|
}
|
||||||
|
|
||||||
#[derive(Debug, Clone, Default)]
|
#[derive(Debug, Clone, Default, PartialEq, Eq, Hash)]
|
||||||
pub struct ParserBuilder {
|
pub struct ParserBuilder {
|
||||||
ignore_hex: bool,
|
ignore_hex: bool,
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue