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 5e961a9 commit e8e9c45Copy full SHA for e8e9c45
src/lib.rs
@@ -124,7 +124,7 @@ use unicode_width::UnicodeWidthStr;
124
mod tests;
125
126
/// A description of the options that a program can handle.
127
-#[derive(PartialEq, Debug, Clone)]
+#[derive(Debug, Clone, PartialEq, Eq)]
128
pub struct Options {
129
grps: Vec<OptGroup>,
130
parsing_style: ParsingStyle,
0 commit comments