Skip to content

Commit c0b2799

Browse files
committed
1 parent a71dd69 commit c0b2799

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

future/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ mod tests {
99

1010
use futures::compat::Future01CompatExt;
1111
use futures::executor::{block_on, ThreadPoolBuilder};
12-
use futures::prelude::{FutureExt, TryFutureExt};
12+
use futures::future::{FutureExt, TryFutureExt};
1313
use tokio::timer::Delay;
1414

1515
use timer::{Guard, Timer};

0 commit comments

Comments
 (0)