diff options
| author | bors <bors@rust-lang.org> | 2015-07-30 10:25:23 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2015-07-30 10:25:23 +0000 |
| commit | 87055a68c3194db212456f99ece080728a5fc2f8 (patch) | |
| tree | 9908d4b080e8dac63662d25e5f498ae837a41456 /src/libstd/sys/unix/stack_overflow.rs | |
| parent | f97a82fd435b2f6e62d9f76a15ea4aeb6933b85c (diff) | |
| parent | 3e954a8cb2fd094d79713059d83d37b2daa7b396 (diff) | |
| download | rust-87055a68c3194db212456f99ece080728a5fc2f8.tar.gz rust-87055a68c3194db212456f99ece080728a5fc2f8.zip | |
Auto merge of #27371 - Gankro:str-clone, r=alexcrichton
This is a minor [breaking-change], as it changes what `boxed_str.to_owned()` does (previously it would deref to `&str` and call `to_owned` on that to get a `String`). However `Box<str>` is such an exceptionally rare type that this is not expected to be a serious concern. Also a `Box<str>` can be freely converted to a `String` to obtain the previous result anyway.
Diffstat (limited to 'src/libstd/sys/unix/stack_overflow.rs')
0 files changed, 0 insertions, 0 deletions
