Skip to content

Commit

Permalink
Refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
exellentcoin26 committed Jul 27, 2023
1 parent bfc420b commit 567b8ce
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/regex/tests/proptest.rs
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
use proptest::{collection, option::of, prelude::*};

use crate::prelude::W;

use super::{
ast::{ExprKind, GroupedLiteralKind, LiteralKind},
parser::Parser,
tokenizer::{ClassKind, QuantifierKind, QuantifierRangeKind},
};
use crate::prelude::W;
use proptest::{collection, option::of, prelude::*};

fn is_special_regex(c: char) -> bool {
matches!(
Expand Down

0 comments on commit 567b8ce

Please sign in to comment.