Skip to content

Commit

Permalink
πŸ“ Fix clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
Philogy committed Sep 19, 2024
1 parent 3060030 commit 8942438
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ The `assemble_minimized` function is the main entry point for assembling a strin
It takes two arguments:
- `asm: &mut Vec<Asm>`: This is the array containing all the assembly
- `allow_push0: bool`: A boolean flag indicating whether you want to allow generated `PUSHx 0`
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.
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.


> [!INFO]
Expand Down

0 comments on commit 8942438

Please sign in to comment.