Skip to content

iterator: UnfoldrIterator::new should have function argument last - #7450

Closed
bluss wants to merge 1 commit into
rust-lang:masterfrom
bluss:unfoldr-new
Closed

iterator: UnfoldrIterator::new should have function argument last#7450
bluss wants to merge 1 commit into
rust-lang:masterfrom
bluss:unfoldr-new

Conversation

@bluss

Copy link
Copy Markdown
Contributor

To match Rust conventions and enable use of do etc, make sure the
closure is the last argument to the new method.

cc @strcat

To match Rust conventions and enable use of `do` etc, make sure the
closure is the last argument to the `new` method.
@thestinger

Copy link
Copy Markdown
Contributor

Landing with #7479.

U007D pushed a commit to U007D/rust-mos that referenced this pull request Aug 21, 2026
7450: Remove the need to manually sync config in package.json r=matklad a=matklad
bors r+
🤖
Co-authored-by: Aleksey Kladov <aleksey.kladov@gmail.com>
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@bluss@thestinger