Skip to content

Commit 5a4fdeb

Browse files
yjhmelodytaiki-e
andauthored
Update src/stream/stream/min_by_key.rs
Co-Authored-By: Taiki Endo <[email protected]>
1 parent c9e6d3a commit 5a4fdeb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/stream/stream/min_by_key.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ impl<S, T, K> MinByKeyFuture<S, T, K> {
3030

3131
impl<S, K> Future for MinByKeyFuture<S, S::Item, K>
3232
where
33-
S: Stream + Unpin + Sized,
33+
S: Stream,
3434
K: FnMut(&S::Item) -> S::Item,
3535
S::Item: Ord + Copy,
3636
{

0 commit comments

Comments
 (0)