winnow-rs / winnow

Making parsing a breeze
https://docs.rs/winnow
Other
572 stars 44 forks source link

refactor(binary): Move var definition close to use #310

Closed epage closed 1 year ago

epage commented 1 year ago

It's not a big deal and compiler should be able to do this automatically, but this also reduces the scope of the definition.

See rust-bakery/nom#1683