rust/library/core/tests/iter
The8472 8b518542d0 fix panic-safety in specialized Zip::next_back
This was unsound since a panic in a.next_back() would result in the
length not being updated which would then lead to the same element
being revisited in the side-effect preserving code.
2021-06-19 02:20:51 +02:00
..
adapters fix panic-safety in specialized Zip::next_back 2021-06-19 02:20:51 +02:00
traits library/core/tests/iter documentation and cleanup 2021-01-22 17:57:08 -05:00
mod.rs library/core/tests/iter documentation and cleanup 2021-01-22 17:57:08 -05:00
range.rs library/core/tests/iter rearrange & add back missed doc comments 2021-01-22 17:57:07 -05:00
sources.rs