Skip to content

Commit e8e9c45

Browse files
authored
also derive Eq
1 parent 5e961a9 commit e8e9c45

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
@@ -124,7 +124,7 @@ use unicode_width::UnicodeWidthStr;
124124
mod tests;
125125

126126
/// A description of the options that a program can handle.
127-
#[derive(PartialEq, Debug, Clone)]
127+
#[derive(Debug, Clone, PartialEq, Eq)]
128128
pub struct Options {
129129
grps: Vec<OptGroup>,
130130
parsing_style: ParsingStyle,

0 commit comments

Comments
 (0)