image-rs / imageproc

Image processing operations
MIT License
736 stars 144 forks source link

Remove top-level clippy allows #616

Closed ripytide closed 3 months ago

ripytide commented 3 months ago

As discussed in https://github.com/image-rs/imageproc/pull/598#discussion_r1595832308 it might be a good idea to remove the top-level clippy allows and instead fix or allow lints on a case-by-case basis.

theotherphil commented 3 months ago

@ripytide most of these turned out to be totally unnecessary and a few more were easy to address.

Just two left now:

ripytide commented 3 months ago

needless_range_loop indeed seems contentious for this very array-based library. I think this issue is worth closing then since #617 is merged.