We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a05b6a3 commit d146d95Copy full SHA for d146d95
src/stream/stream/mod.rs
@@ -1722,7 +1722,7 @@ extension_trait! {
1722
#[doc = r#"
1723
Converts an stream of pairs into a pair of containers.
1724
1725
- unzip() consumes an entire stream of pairs, producing two collections: one from the left elements of the pairs, and one from the right elements.
+ `unzip()` consumes an entire stream of pairs, producing two collections: one from the left elements of the pairs, and one from the right elements.
1726
1727
This function is, in some sense, the opposite of [`zip`].
1728
0 commit comments