We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Eq
Position
1 parent e01c929 commit 80f19f1Copy full SHA for 80f19f1
src/with_position.rs
@@ -37,7 +37,7 @@ where
37
/// Indicates the position of this element in the iterator results.
38
///
39
/// See [`.with_position()`](crate::Itertools::with_position) for more information.
40
-#[derive(Copy, Clone, Debug, PartialEq)]
+#[derive(Copy, Clone, Debug, PartialEq, Eq)]
41
pub enum Position {
42
/// This is the first element.
43
First,
0 commit comments