about summary refs log tree commit diff
path: root/compiler/rustc_codegen_llvm/src
diff options
context:
space:
mode:
authorYuri Astrakhan <YuriAstrakhan@gmail.com>2024-10-30 13:10:55 -0400
committerYuri Astrakhan <YuriAstrakhan@gmail.com>2024-10-30 13:10:55 -0400
commit323f144fe13e8a8163eff7f8ea8285e87344869b (patch)
tree95ccc07b854976907ab275d287496831537b767a /compiler/rustc_codegen_llvm/src
parent1bdc08a6bc0985e27699e181712b54999c89306b (diff)
downloadrust-323f144fe13e8a8163eff7f8ea8285e87344869b.tar.gz
rust-323f144fe13e8a8163eff7f8ea8285e87344869b.zip
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 = ...;
```
Diffstat (limited to 'compiler/rustc_codegen_llvm/src')
0 files changed, 0 insertions, 0 deletions