rust/clippy_lints
Icxolu a8834bc46a add lint manual_next_back
checks for manual reverse iteration (`.rev().next()`) of a
`DoubleEndedIterator`
2023-05-11 22:25:14 +02:00
..
2023-05-11 22:25:14 +02:00
2023-04-23 03:39:19 -07:00

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