Skip to content

Commit 52b46ff

Browse files
committed
tidy up unused import
1 parent 758f60b commit 52b46ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/optimize.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
2323
use crate::parse::ExprTree;
2424
use crate::LookAround;
25-
use crate::{Expr, Result};
25+
use crate::Expr;
2626

2727
/// Rewrite the expression tree to help the VM compile an efficient program.
2828
/// Expects the tree to have been wrapped ready for the VM, such that the first capture group will be 0.

0 commit comments

Comments
 (0)