8568ca8c23
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 |
||
---|---|---|
.. | ||
src | ||
Cargo.toml | ||
README.md |