rust-unofficial / patterns

A catalogue of Rust design patterns, anti-patterns and idioms
https://rust-unofficial.github.io/patterns/
Mozilla Public License 2.0
7.84k stars 354 forks source link

chore(idiom): rename loop label #342

Closed MarcoIeni closed 1 year ago

MarcoIeni commented 1 year ago

One person found confusing that the loop label was called in the same way as the function. Comment here.