Skip to content

Commit

Permalink
Remove redundant import
Browse files Browse the repository at this point in the history
  • Loading branch information
djc committed Mar 26, 2024
1 parent 8de2610 commit 474c52d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion bb8/tests/test.rs
@@ -1,7 +1,6 @@
use bb8::*;

use std::future::Future;
use std::iter::FromIterator;
use std::marker::PhantomData;
use std::pin::Pin;
use std::sync::atomic::{AtomicBool, AtomicUsize, Ordering};
Expand Down

0 comments on commit 474c52d

Please sign in to comment.