Skip to content

Replace StrAllocating.into_owned() with .into_string() #14510

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 30, 2014

Conversation

lilyball
Copy link
Contributor

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.

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.
bors added a commit that referenced this pull request May 30, 2014
… r=alexcrichton

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.
@bors bors closed this May 30, 2014
@bors bors merged commit eb98c9e into rust-lang:master May 30, 2014
@lilyball lilyball deleted the rename_strallocating_into_owned branch June 3, 2014 18:10
bors added a commit to rust-lang-ci/rust that referenced this pull request Jun 5, 2023
minor: Use `CargoConfig.extra_args` for fetching metadata

Fixes rust-lang#14510
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants