We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8d3d14 commit b57849eCopy full SHA for b57849e
src/stream/stream/max_by.rs
@@ -51,7 +51,7 @@ where
51
}
52
Poll::Pending
53
54
- None => Poll::Ready(*this.max),
+ None => Poll::Ready(this.max.take()),
55
56
57
0 commit comments