]> git.lizzy.rs Git - rust.git/commit
Rollup merge of #33893 - Ophirr33:docs_string_split_fix, r=GuillaumeGomez
authorManish Goregaokar <manishsmail@gmail.com>
Mon, 30 May 2016 09:49:00 +0000 (15:19 +0530)
committerManish Goregaokar <manishsmail@gmail.com>
Mon, 30 May 2016 09:49:00 +0000 (15:19 +0530)
commit400b9b3242077d4a354cff05a85ee29c72532c9f
treeb1f829a00fb3349b1915481accd3a03a45ce4e00
parent10e1e6a7a29c819625351e0f72e608a8602700e4
parentfeb0b27e41b4048ce30f23231b787e7c2d2e27d3
Rollup merge of #33893 - Ophirr33:docs_string_split_fix, r=GuillaumeGomez

Added examples/docs to split in str.rs

Added documentation clarifying the behavior of split when used with the empty string and contiguous separators. Addresses issue [33882](https://github.com/rust-lang/rust/issues/33882). This is my first time contributing to rust, so forgive me if I'm skipping any of the contribution steps.
Fixes #33882