]> git.lizzy.rs Git - rust.git/commitdiff
Rollup merge of #40410 - clarcharr:os_string_shrink_to_fit, r=alexcrichton
authorAlex Crichton <alex@alexcrichton.com>
Fri, 10 Mar 2017 22:51:46 +0000 (16:51 -0600)
committerAlex Crichton <alex@alexcrichton.com>
Sat, 11 Mar 2017 04:05:06 +0000 (20:05 -0800)
OsString::shrink_to_fit.

Considering how the other capacity-related methods are there, I found it odd that this one wasn't included.

Will create a tracking issue once I get an OK on this.


Trivial merge