We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 006fc7e commit a8d3d14Copy full SHA for a8d3d14
src/stream/stream/max_by.rs
@@ -31,7 +31,6 @@ impl<S, F, T> MaxByFuture<S, F, T> {
31
impl<S, F> Future for MaxByFuture<S, F, S::Item>
32
where
33
S: Stream,
34
- S::Item: Copy,
35
F: FnMut(&S::Item, &S::Item) -> Ordering,
36
{
37
type Output = Option<S::Item>;
0 commit comments