unicode-rs / unicode-segmentation

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

Fixed unused imports and deprecated pattern warnings #93

Closed YohDeadfall closed 3 years ago

YohDeadfall commented 3 years ago

I also updated the edition to 2018 since this PR does the same changes as #59 and, therefore, this PR supersedes the staled one.

Manishearth commented 3 years ago

Thanks!