Closed
Description
I suggest to remove or disable this:
https://rust-lang-nursery.github.io/rust-clippy/master/index.html#range_plus_one
Because in some cases the ..= closed intervals are slower (less efficient) than regular intervals.
I suggest to remove or disable this:
https://rust-lang-nursery.github.io/rust-clippy/master/index.html#range_plus_one
Because in some cases the ..= closed intervals are slower (less efficient) than regular intervals.