Skip to content

Commit c62b7a0

Browse files
author
Stjepan Glavina
committed
Fix warnings
1 parent 73d7fea commit c62b7a0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/stream/stream/mod.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,14 +66,14 @@ pub use zip::Zip;
6666

6767
use std::cmp::Ordering;
6868
use std::marker::PhantomData;
69-
use std::pin::Pin;
7069

7170
use cfg_if::cfg_if;
7271

73-
use crate::future::Future;
74-
7572
cfg_if! {
7673
if #[cfg(any(feature = "unstable", feature = "docs"))] {
74+
use std::pin::Pin;
75+
76+
use crate::future::Future;
7777
use crate::stream::FromStream;
7878
}
7979
}

0 commit comments

Comments
 (0)