]> git.lizzy.rs Git - rust.git/commit
docs: add link from zip to unzip
authorBoyd Kane <33420535+beyarkay@users.noreply.github.com>
Thu, 14 Apr 2022 07:51:47 +0000 (09:51 +0200)
committerGitHub <noreply@github.com>
Thu, 14 Apr 2022 07:51:47 +0000 (09:51 +0200)
commitf6d957701f8113d8c05e6a2397b93ad6fc450400
treeaae3540bcc15bcebe7e1537f3fbaab67197d262c
parentf387c930ee7c84357f8fa9f4c38903c00404ac46
docs: add link from zip to unzip

The docs for `Iterator::unzip` explain that it is kind of an inverse operation to `Iterator::zip` and guide the reader to the `zip` docs, but the `zip` docs don't let the user know that they can undo the `zip` operation with `unzip`. This change modifies the docs to help the user find `unzip`.
library/core/src/iter/traits/iterator.rs