rust/clippy_lints
Brian Warner 201999ccfd improve advice in iter_nth_zero
The "use .next()" replacement advice is on the last line of the code snippet,
where it is vulnerable to truncation. Display that advice at the beginning
instead.

closes #5783
2020-07-13 10:59:45 -07:00
..
2020-07-13 10:59:45 -07:00

This crate contains Clippy lints. For the main crate, check GitHub.