mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-22 18:15:07 +03:00
6510527e15
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.