houqp / leptess

Productive and safe Rust binding for leptonica and tesseract
https://houqp.github.io/leptess/leptess/index.html
MIT License
258 stars 28 forks source link

Fix all the places that Clippy lints #21

Closed kangalio closed 4 years ago

kangalio commented 4 years ago

Looking at the code in VSCode, there's many lines of code that are linted by Clippy. It would be cool if all those cases were resolved

kangalio commented 4 years ago

Oh I didn't see that since I looked at the code, a commit was already made to resolve the linted places.

This makes this issue.. completely obsolete. Sorry about that

ccouzens commented 4 years ago

No worries. I think I fixed them after noticing the same problem when writing the code for https://github.com/houqp/leptess/issues/12

Thanks for taking a positive interest in leptess 🙂