mirror of
https://github.com/rust-lang/rust.git
synced 2026-01-21 09:40:36 +00:00
As suggested in https://github.com/rust-lang/rust-clippy/pull/15268#discussion_r2249249661 WIP because: - [x] what should be done with the now-error-pattern-less `tests/ui/double_ended_iterator_last_unfixable.rs`? - [x] is the change in behaviour of `double_ended_iterator_last` okay in general? - cc @samueltardieu because this changes the code you added in https://github.com/rust-lang/rust-clippy/pull/14140 changelog: none r? @y21