fitzgen / inlinable_string

An owned, grow-able UTF-8 string that stores small strings inline and avoids heap-allocation.
http://fitzgen.github.io/inlinable_string/inlinable_string/index.html
Other
69 stars 11 forks source link

Fix clippy lint warnings #22

Closed lo48576 closed 4 years ago

lo48576 commented 4 years ago

This pull request fixes clippy lints.

I think it is better to let CI ensure there are no lint warnings, but this PR does not contain such change.

This PR should be rebased onto #21.

ArtemGr commented 4 years ago

Nice patch, thank you!

Can we skip on the CI formatting check for now? I have doubts about that. Don't want to see the builds of existing code fail when rustfmt formatting changes, for instance.