Skip to content

Commit 8942438

Browse files
committed
📝 Fix clippy
1 parent 3060030 commit 8942438

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ The `assemble_minimized` function is the main entry point for assembling a strin
9999
It takes two arguments:
100100
- `asm: &mut Vec<Asm>`: This is the array containing all the assembly
101101
- `allow_push0: bool`: A boolean flag indicating whether you want to allow generated `PUSHx 0`
102-
opcodes to become `PUSH0`. Note this will not affect any explicitly defined pushes. Values like `Asm::Op(Opcode:PUSH3([0, 0, 0]))` will remain untouched.
102+
opcodes to become `PUSH0`. Note this will not affect any explicitly defined pushes. Values like `Asm::Op(Opcode:PUSH3([0, 0, 0]))` will remain untouched.
103103

104104

105105
> [!INFO]

0 commit comments

Comments
 (0)