-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Auto merge of #13634 - nyurik:fix-iter-without-into, r=xFrednet,samue…
…ltardieu 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
- Loading branch information
Showing
2 changed files
with
9 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters