refactor(argus-derive): remove unnecessary derives

This commit is contained in:
Anand Balakrishnan 2023-09-07 13:33:45 -07:00
parent 4942a78899
commit 77cda0eae0
No known key found for this signature in database
2 changed files with 3 additions and 5 deletions

View file

@ -39,7 +39,6 @@ fn impl_bool_not(input: &DeriveInput) -> impl ToTokens {
}
}
#[derive(Debug, Copy, Clone)]
enum BoolOp {
And,
Or,