rust/clippy_lints
bluthej 85d428101d Pull is_full_range method from iter_with_drain
Rename method to `is_range_full` because the type is actually
`RangeFull`.

Method moved to `clippy_utils` for reuse in `clear_with_drain`.
2023-03-22 11:01:51 +01:00
..
2023-03-10 10:22:27 +01:00

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