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 cd6bd87 commit a22553eCopy full SHA for a22553e
src/minmax.rs
@@ -1,7 +1,7 @@
1
/// `MinMaxResult` is an enum returned by `minmax`.
2
///
3
/// See [`.minmax()`](crate::Itertools::minmax) for more detail.
4
-#[derive(Copy, Clone, PartialEq, Debug)]
+#[derive(Copy, Clone, PartialEq, Eq, Debug)]
5
pub enum MinMaxResult<T> {
6
/// Empty iterator
7
NoElements,
0 commit comments