rust/tests
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
..
test_utils
ui Auto merge of #13634 - nyurik:fix-iter-without-into, r=xFrednet,samueltardieu 2024-10-31 14:27:16 +00:00
ui-cargo
ui-internal Add test 2024-10-13 21:03:39 +01:00
ui-toml Extend large_include_file lint to also work on attributes 2024-10-30 20:41:34 +01:00
workspace_test
check-fmt.rs
clippy.toml
compile-test.rs Fix lints syntax highlighting 2024-10-18 18:03:16 +02:00
config-metadata.rs Apply updated needless_raw_strings to Clippy sources 2024-10-07 18:29:25 +02:00
dogfood.rs
headers.rs
integration.rs
lint_message_convention.rs
missing-test-files.rs
versioncheck.rs
workspace.rs