Skip to content

Commit

Permalink
Update src/stream/stream/max_by.rs
Browse files Browse the repository at this point in the history
Co-Authored-By: Taiki Endo <[email protected]>
  • Loading branch information
yjhmelody and taiki-e authored Oct 26, 2019
1 parent 006fc7e commit a8d3d14
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/stream/stream/max_by.rs
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ impl<S, F, T> MaxByFuture<S, F, T> {
impl<S, F> Future for MaxByFuture<S, F, S::Item>
where
S: Stream,
S::Item: Copy,
F: FnMut(&S::Item, &S::Item) -> Ordering,
{
type Output = Option<S::Item>;
Expand Down

0 comments on commit a8d3d14

Please sign in to comment.