rust/clippy_lints
bors 8568ca8c23 Auto merge of #13634 - nyurik:fix-iter-without-into, r=xFrednet,samueltardieu
Cleanup code suggestion for `into_iter_without_iter`

Reorder the suggested code for the `IntoIterator` to match the ordering of the trait declaration:

```rust
impl IntoIterator for ... {
    type Item = ...;
    type IntoIter = ...;
```

changelog: none
2024-10-31 14:27:16 +00:00
..
src Auto merge of #13634 - nyurik:fix-iter-without-into, r=xFrednet,samueltardieu 2024-10-31 14:27:16 +00:00
Cargo.toml Bump Clippy version -> 0.1.84 2024-10-18 13:25:50 +02:00
README.md

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