mgeisler / textwrap

An efficient and powerful Rust library for word wrapping text.
MIT License
467 stars 45 forks source link

Merge imports from the same module into a single `use` statement #439

Closed mgeisler closed 2 years ago

mgeisler commented 2 years ago

This standardizes the formatting for use statements: they're now sorted and imports are merged by module.