rust-bakery / nom

Rust parser combinator framework
MIT License
9.18k stars 792 forks source link

[nit] Move cnt definition to the branch it's used in. #1683

Closed ttsugriy closed 8 months ago

ttsugriy commented 10 months 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.

Geal commented 8 months ago

thanks!