diff --git a/library/core/src/iter/adapters/zip.rs b/library/core/src/iter/adapters/zip.rs index 1eb5fa5c45f2..c7e69e922c13 100644 --- a/library/core/src/iter/adapters/zip.rs +++ b/library/core/src/iter/adapters/zip.rs @@ -470,7 +470,6 @@ impl>>>>>> Fix may not to appropriate might not or must not /// /// If `Self: Iterator`, then `::__iterator_get_unchecked(&mut self, idx)` /// must be safe to call provided the following conditions are met.