Skip to content

Commit 31ea072

Browse files
committed
Misc clippy lint
1 parent 2ed6a26 commit 31ea072

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rust/src/medium_level_il/instruction.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -616,7 +616,7 @@ impl MediumLevelILInstruction {
616616
Self {
617617
function,
618618
address: op.address,
619-
expr_index: expr_index,
619+
expr_index,
620620
size: op.size,
621621
kind,
622622
}

0 commit comments

Comments
 (0)