clippy
This commit is contained in:
parent
6b8f792a11
commit
0abf850458
1 changed files with 1 additions and 13 deletions
|
@ -425,19 +425,7 @@ mod ast {
|
||||||
pub span: Span<'ast>,
|
pub span: Span<'ast>,
|
||||||
}
|
}
|
||||||
|
|
||||||
// #[derive(Debug, FromPest, PartialEq, Eq, Clone)]
|
#[derive(Debug, 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)]
|
|
||||||
pub enum AssignmentOperator {
|
pub enum AssignmentOperator {
|
||||||
Assign,
|
Assign,
|
||||||
AssignConstrain,
|
AssignConstrain,
|
||||||
|
|
Loading…
Reference in a new issue