Skip to content

Commit 5bb9743

Browse files
fix compile error
1 parent aec3781 commit 5bb9743

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libxlsxwriter/src/worksheet/filter.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ impl FilterCriteria {
8080
}
8181
}
8282

83-
#[derive(Debug, Clone, PartialEq, Eq, PartialOrd, Default)]
83+
#[derive(Debug, Clone, PartialEq, PartialOrd, Default)]
8484
pub struct FilterRule {
8585
pub criteria: FilterCriteria,
8686
pub value_string: Option<String>,

0 commit comments

Comments
 (0)