Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace into_iter() with iter() #176

Conversation

Shirtpantswallet
Copy link

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

Signed-off-by: Joshua Sorenson [email protected]

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

Signed-off-by: Joshua Sorenson <[email protected]>
@LukasKalbertodt
Copy link

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
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