From 0abf8504585460f90508335d7248519d8c84a3ec Mon Sep 17 00:00:00 2001 From: dark64 Date: Tue, 18 Oct 2022 15:43:23 +0200 Subject: [PATCH] clippy --- zokrates_pest_ast/src/lib.rs | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/zokrates_pest_ast/src/lib.rs b/zokrates_pest_ast/src/lib.rs index 7e241886..d58231ea 100644 --- a/zokrates_pest_ast/src/lib.rs +++ b/zokrates_pest_ast/src/lib.rs @@ -425,19 +425,7 @@ mod ast { pub span: Span<'ast>, } - // #[derive(Debug, FromPest, PartialEq, Eq, Clone)] - // #[pest_ast(rule(Rule::op_asm_assign))] - // pub struct AssemblyAssignOperator; - // - // #[derive(Debug, FromPest, PartialEq, Eq, Clone)] - // #[pest_ast(rule(Rule::op_asm_assign_constrain))] - // pub struct AssemblyAssignConstrainOperator; - // - // #[derive(Debug, FromPest, PartialEq, Eq, Clone)] - // #[pest_ast(rule(Rule::op_asm_constrain))] - // pub struct AssemblyConstrainOperator; - - #[derive(Debug, PartialEq, Clone)] + #[derive(Debug, PartialEq, Eq, Clone)] pub enum AssignmentOperator { Assign, AssignConstrain,