Skip to content

Commit eb3f930

Browse files
Derive Eq/PartialEq for Spacing
1 parent b24e47e commit eb3f930

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)