Skip to content

Commit 3ecc1ee

Browse files
committed
Remove unused Eq derive
1 parent 1052107 commit 3ecc1ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

objdiff-core/src/diff/display.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ impl<'a> DiffTextSegment<'a> {
7777
const EOL_SEGMENT: DiffTextSegment<'static> =
7878
DiffTextSegment { text: DiffText::Eol, color: DiffTextColor::Normal, pad_to: 0 };
7979

80-
#[derive(Debug, Default, Clone, Eq)]
80+
#[derive(Debug, Default, Clone)]
8181
pub enum HighlightKind {
8282
#[default]
8383
None,

0 commit comments

Comments
 (0)