Skip to content

Commit

Permalink
Make clippy happy again (#1186)
Browse files Browse the repository at this point in the history
Signed-off-by: Cyrill Leutwiler <[email protected]>
  • Loading branch information
xermicus committed Feb 20, 2023
1 parent 2d65da8 commit ab6360e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/codegen/encoding/scale_encoding.rs
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ fn encode_compact(
Instr::WriteBuffer {
buf: buffer.clone(),
offset: offset.clone(),
value: Expression::Cast(Codegen, Uint(16), mul.clone().into()),
value: Expression::Cast(Codegen, Uint(16), mul.into()),
},
);
}
Expand Down

0 comments on commit ab6360e

Please sign in to comment.