clippy
This commit is contained in:
parent
fbd7fddf99
commit
d0622d849c
1 changed files with 1 additions and 1 deletions
|
@ -462,7 +462,7 @@ impl<'ast, T: Field> UExpression<'ast, T> {
|
||||||
_ => Err(TypedExpression::Uint(e)),
|
_ => Err(TypedExpression::Uint(e)),
|
||||||
},
|
},
|
||||||
TypedExpression::Int(e) => {
|
TypedExpression::Int(e) => {
|
||||||
Self::try_from_int(e, bitwidth).map_err(|e| TypedExpression::Int(e))
|
Self::try_from_int(e, bitwidth).map_err(TypedExpression::Int)
|
||||||
}
|
}
|
||||||
e => Err(e),
|
e => Err(e),
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue