Skip to content

Commit

Permalink
chore: remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
plusvic committed Mar 21, 2024
1 parent 0c6672d commit 2e0acfd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/src/re/parser.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
use std::collections::VecDeque;
use std::fmt::{Debug, Display, Formatter};
use std::mem;
use std::mem::replace;

use regex_syntax as re;
Expand Down

0 comments on commit 2e0acfd

Please sign in to comment.