unicode-rs / unicode-segmentation

Grapheme Cluster and Word boundaries according to UAX#29 rules
https://unicode-rs.github.io/unicode-segmentation
Other
565 stars 57 forks source link

Made local variable immutable by moving it into loop #92

Closed YohDeadfall closed 3 years ago

YohDeadfall commented 3 years ago

While it's a cosmetic change by making the variable immutable, it might improve codegen by more correct lifetime tracking and makes code less error prone.