bluealloy / revm

Rust implementation of the Ethereum Virtual Machine.
https://bluealloy.github.io/revm/
MIT License
1.59k stars 518 forks source link

chore: simplify Inspector function #1635

Closed jackwener closed 2 months ago

jackwener commented 2 months ago

We don't need let _. We just use _ + param is enough.