]> git.lizzy.rs Git - rust.git/commitdiff
auto merge of #14510 : kballard/rust/rename_strallocating_into_owned, r=alexcrichton
authorbors <bors@rust-lang.org>
Fri, 30 May 2014 02:31:42 +0000 (19:31 -0700)
committerbors <bors@rust-lang.org>
Fri, 30 May 2014 02:31:42 +0000 (19:31 -0700)
We already have into_string(), but it was implemented in terms of
into_owned(). Flip it around and deprecate into_owned().

Remove a few spurious calls to .into_owned() that existed in libregex
and librustdoc.

1  2 
src/libregex/re.rs
src/librustdoc/html/format.rs
src/libstd/str.rs

Simple merge
Simple merge
Simple merge