image-rs / imageproc

Image processing operations
MIT License
758 stars 149 forks source link

Remove top-level clippy allows #616

Closed ripytide closed 6 months ago

ripytide commented 6 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 6 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 6 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.