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 1052107 commit 3ecc1eeCopy full SHA for 3ecc1ee
objdiff-core/src/diff/display.rs
@@ -77,7 +77,7 @@ impl<'a> DiffTextSegment<'a> {
77
const EOL_SEGMENT: DiffTextSegment<'static> =
78
DiffTextSegment { text: DiffText::Eol, color: DiffTextColor::Normal, pad_to: 0 };
79
80
-#[derive(Debug, Default, Clone, Eq)]
+#[derive(Debug, Default, Clone)]
81
pub enum HighlightKind {
82
#[default]
83
None,
0 commit comments