image-rs / imageproc

Image processing operations
MIT License
755 stars 148 forks source link

Fix clippy warnings #441

Closed TianyiShi2001 closed 4 years ago

TianyiShi2001 commented 4 years ago

Fixed clippy warnings

theotherphil commented 4 years ago

The CI failures are because we check that the code formatting matches that returned by cargo fmt:

image

TianyiShi2001 commented 4 years ago

Sorry, I was working on image-rs/image which does not use rust fmt. Now I've run it.

theotherphil commented 4 years ago

LGTM, but there's a merge conflict to be resolved before I can merge the PR.

theotherphil commented 4 years ago

Thanks!