The Iterators chapter states > As a point of convenience for common situations, the for construct turns some collections into iterators using the `.into_iterator()` method. However I believe the correct method is `.into_iter()` Sorry I would submit a pull request but I am not familiar with Git or Github