Skip to content

Commit

Permalink
fix import Future
Browse files Browse the repository at this point in the history
  • Loading branch information
k-nasa committed Jan 16, 2020
1 parent 110aabb commit 9a16c1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/stream/extend.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
use core::pin::Pin;
use core::future::Future;

use crate::future::Future;
use crate::stream::IntoStream;

/// Extends a collection with the contents of a stream.
Expand Down

0 comments on commit 9a16c1e

Please sign in to comment.