Skip to content

Commit 6e81b1e

Browse files
Adam Lesinskicramertj
authored andcommitted
Fix cargo clippy error
Fixes a redundant import error.
1 parent 7979543 commit 6e81b1e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

futures-test/src/future/mod.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ mod pending_once;
77
pub use self::pending_once::PendingOnce;
88

99
use futures_core::future::Future;
10-
use futures_executor;
1110
use std::thread;
1211

1312
pub use crate::interleave_pending::InterleavePending;

0 commit comments

Comments
 (0)