mirror of
https://github.com/AleoHQ/leo.git
synced 2024-12-19 15:41:36 +03:00
swap lint again
This commit is contained in:
parent
8f1c3c7643
commit
958777f633
@ -176,7 +176,10 @@ impl FromAst<leo_ast::BinaryExpression> for BinaryExpression {
|
||||
BinaryOperationClass::Numeric => match left_type {
|
||||
Some(Type::Integer(_)) => (),
|
||||
Some(Type::Group) | Some(Type::Field)
|
||||
if value.op == BinaryOperation::Add || value.op == BinaryOperation::Sub => (),
|
||||
if value.op == BinaryOperation::Add || value.op == BinaryOperation::Sub =>
|
||||
{
|
||||
()
|
||||
}
|
||||
Some(Type::Field) if value.op == BinaryOperation::Mul || value.op == BinaryOperation::Div => (),
|
||||
type_ => {
|
||||
return Err(AsgConvertError::unexpected_type(
|
||||
|
Loading…
Reference in New Issue
Block a user