Skip to content
This repository was archived by the owner on Oct 30, 2019. It is now read-only.
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 7af4fc6

Browse files
committedJun 17, 2019
fix tests
Signed-off-by: Yoshua Wuyts <[email protected]>
1 parent 320b46f commit 7af4fc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/time/ext.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ pub trait FutureExt: Future + Sized + Unpin {
116116
}
117117
}
118118

119-
impl<T: Future> FutureExt for T {}
119+
impl<T: Future + Unpin> FutureExt for T {}
120120

121121
/// A stream returned by methods in the [`StreamExt`] trait.
122122
///

0 commit comments

Comments
 (0)
This repository has been archived.