Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update ch13-02 to reflect changes in #2797
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.
- Loading branch information