Commit fdeeebb
chore(verify): collapse MemorySection match guard (clippy::collapsible_match)
Fold the inner `if reader.count() > 0` into the match-arm guard in
verify_from_module's L13 module-isolation pass. Pure cleanup, no behaviour
change. Clears the one pre-existing clippy warning flagged and deferred during
the Tier-2 work; `cargo clippy -p typed-wasm-verify --all-features --all-targets`
is now clean. 77 verify unit tests + cross-compat green.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent 6864deb commit fdeeebb
1 file changed
Lines changed: 2 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
320 | 320 | | |
321 | 321 | | |
322 | 322 | | |
323 | | - | |
324 | | - | |
325 | | - | |
326 | | - | |
| 323 | + | |
| 324 | + | |
327 | 325 | | |
328 | 326 | | |
329 | 327 | | |
| |||
0 commit comments