Skip to content

Commit c4f0655

Browse files
committed
Fix unused import error.
1 parent a7401af commit c4f0655

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

regex-syntax/src/properties.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
// except according to those terms.
1010

1111
use quickcheck::{Arbitrary, Gen, Testable, QuickCheck, StdGen};
12-
use rand::Rng;
1312

1413
use {
1514
Expr, ExprBuilder,

0 commit comments

Comments
 (0)