diff options
| author | Yuri Astrakhan <YuriAstrakhan@gmail.com> | 2024-10-30 13:10:55 -0400 |
|---|---|---|
| committer | Yuri Astrakhan <YuriAstrakhan@gmail.com> | 2024-10-30 13:10:55 -0400 |
| commit | 323f144fe13e8a8163eff7f8ea8285e87344869b (patch) | |
| tree | 95ccc07b854976907ab275d287496831537b767a /compiler/rustc_codegen_llvm/src | |
| parent | 1bdc08a6bc0985e27699e181712b54999c89306b (diff) | |
| download | rust-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
