refactor(argus-derive): remove unnecessary derives
This commit is contained in:
parent
4942a78899
commit
77cda0eae0
2 changed files with 3 additions and 5 deletions
|
|
@ -39,7 +39,6 @@ fn impl_bool_not(input: &DeriveInput) -> impl ToTokens {
|
|||
}
|
||||
}
|
||||
|
||||
#[derive(Debug, Copy, Clone)]
|
||||
enum BoolOp {
|
||||
And,
|
||||
Or,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue