mirror of
https://github.com/crate-ci/typos.git
synced 2024-11-22 00:51:11 -05:00
fix: Remov stray debug statement
This commit is contained in:
parent
8f0e3ca57b
commit
482f611979
1 changed files with 0 additions and 1 deletions
|
@ -50,7 +50,6 @@ impl ParserBuilder {
|
|||
Self::push_pattern(&mut pattern, self.leading_digits, &self.leading_chars);
|
||||
Self::push_pattern(&mut pattern, self.include_digits, &self.include_chars);
|
||||
pattern.push_str(r#"*)\b"#);
|
||||
let pattern = dbg!(pattern);
|
||||
|
||||
let words_str = regex::Regex::new(&pattern).unwrap();
|
||||
let words_bytes = regex::bytes::Regex::new(&pattern).unwrap();
|
||||
|
|
Loading…
Reference in a new issue