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

update chapter 13 section 2 to reflect changes in #2797 #3071

Merged
merged 1 commit into from
Mar 31, 2022

Conversation

max-niederman
Copy link
Contributor

Before Rust 1.53, arrays did not implement IntoIterator, so listing 5-3 manually called iter to iterate over one using a for loop. PR #2797 changed this, but did not update the wording in Chapter 13 Section 2 to reflect this change, creating a contradiction.

Before Rust 1.53, arrays did not implement `IntoIterator`, so listing 5-3 manually called `iter` to iterate over one using a `for` loop. PR rust-lang#2797 changed this, but did not update the wording in Chapter 13 Section 2 to reflect this change, creating a contradiction.
@carols10cents carols10cents added this to the ch13 milestone Mar 5, 2022
Copy link
Member

@carols10cents carols10cents left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@carols10cents carols10cents merged commit 7de335a into rust-lang:main Mar 31, 2022
@max-niederman max-niederman deleted the patch-1 branch March 31, 2022 01:26
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.

2 participants