mgeisler / textwrap

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

Cleanup needless borrows #410

Closed mgeisler closed 3 years ago

mgeisler commented 3 years ago

This simply fixes a bunch of

warning: this expression borrows a reference that is immediately dereferenced by the compiler

warnings from Clippy.