Skip to content

Commit 4db2310

Browse files
Field now derrived PartialEq.
1 parent 721d438 commit 4db2310

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tiff.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ impl IfdEntry {
9999
}
100100

101101
/// A TIFF/Exif field.
102-
#[derive(Debug, Clone)]
102+
#[derive(Debug, Clone, PartialEq)]
103103
pub struct Field {
104104
/// The tag of this field.
105105
pub tag: Tag,

0 commit comments

Comments
 (0)