fix: remove unnecessary derive
This commit is contained in:
parent
ffcc399d78
commit
49424a91f5
1 changed files with 0 additions and 1 deletions
|
@ -1,6 +1,5 @@
|
|||
pub mod filters;
|
||||
|
||||
#[derive(Debug, PartialEq, Eq)]
|
||||
pub enum FilterState<T> {
|
||||
/// T passed filter
|
||||
Pass(T),
|
||||
|
|
Loading…
Reference in a new issue