Skip to content

Commit fe8063c

Browse files
authored
Merge pull request #28 from LukasKalbertodt/patch-1
Derive `Eq/PartialEq` for `Spacing`
2 parents b24e47e + eb3f930 commit fe8063c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ impl Term {
165165
}
166166
}
167167

168-
#[derive(Copy, Clone, Debug)]
168+
#[derive(Copy, Clone, Debug, Eq, PartialEq)]
169169
pub enum Spacing {
170170
Alone,
171171
Joint,

0 commit comments

Comments
 (0)