Skip to content

Commit 26e9fea

Browse files
committed
chore: remove unused import in test code
1 parent e465984 commit 26e9fea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/zookeeper.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ use assert_matches::assert_matches;
55
use assertor::*;
66
use pretty_assertions::assert_eq;
77
use rand::distributions::Standard;
8-
use rand::{self, Rng};
8+
use rand::Rng;
99
#[allow(unused_imports)]
1010
use tempfile::{tempdir, TempDir};
1111
use test_case::test_case;

0 commit comments

Comments
 (0)