rust/src/libcollections
Steven Allen eec9e988e1 Fixup String::split_off documentation
1. Clarify that `String::split_off` returns one string and modifies self
   in-place. The documentation implied that it returns two new strings.

2. Make the documentation mirror `Vec::split_off`.
2017-02-16 22:49:46 -08:00
..
2017-02-14 23:07:51 -05:00
2017-02-04 16:44:43 +01:00
2017-02-13 18:41:45 +08:00