Skip to content

Commit 2ee9d13

Browse files
committed
Fixed new clippy lint ❤️
1 parent 0561aa5 commit 2ee9d13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/error/context.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ impl fmt::Display for Context {
283283
}
284284
}
285285

286-
#[derive(Debug, PartialEq, Copy, Clone)]
286+
#[derive(Debug, Eq, PartialEq, Copy, Clone)]
287287
/// A position in a file for use in parsing/lexing
288288
pub struct Position<'a> {
289289
/// The remaining text (as ref so no copies)

0 commit comments

Comments
 (0)