Skip to content

Replace into_iter() with iter()#176

Closed
Shirtpantswallet wants to merge 1 commit into
proptest-rs:masterfrom
Shirtpantswallet:deprecation/into_iter
Closed

Replace into_iter() with iter()#176
Shirtpantswallet wants to merge 1 commit into
proptest-rs:masterfrom
Shirtpantswallet:deprecation/into_iter

Conversation

@Shirtpantswallet
Copy link
Copy Markdown

into_iter() has been deprecated for arrays in 1.41 and replaced with
iter(). See rust-lang/rust#66145 .

Signed-off-by: Joshua Sorenson shirt.pants.wallet@gmail.com

`into_iter()` has been deprecated for arrays in 1.41 and replaced with
`iter()`. See rust-lang/rust#66145 .

Signed-off-by: Joshua Sorenson <shirt.pants.wallet@gmail.com>
@LukasKalbertodt
Copy link
Copy Markdown

Thanks for the PR! However, #173 already fixes this. It's still not merged as this crate seems to be currently unmaintained.

@Centril
Copy link
Copy Markdown
Collaborator

Centril commented Jan 17, 2020

Thanks. I've merged #173.

@Centril Centril closed this Jan 17, 2020
Sign up for free to 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.

3 participants