Anders429 / word_filter

A Word Filter for filtering text.
Apache License 2.0
1 stars 0 forks source link

Cleanup lints and other loose ends #27

Closed Anders429 closed 3 years ago

Anders429 commented 3 years ago

This works us toward #26. After this, there are no more clippy lints firing. The code is clean :)

Anders429 commented 3 years ago

Naturally the code coverage went down, since some covered code was refactored to be smaller, thereby lowering the number of covered lines.