We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9e6d3a commit 5a4fdebCopy full SHA for 5a4fdeb
src/stream/stream/min_by_key.rs
@@ -30,7 +30,7 @@ impl<S, T, K> MinByKeyFuture<S, T, K> {
30
31
impl<S, K> Future for MinByKeyFuture<S, S::Item, K>
32
where
33
- S: Stream + Unpin + Sized,
+ S: Stream,
34
K: FnMut(&S::Item) -> S::Item,
35
S::Item: Ord + Copy,
36
{
0 commit comments