Skip to content

renamed str/vec::from_slice to str/vec::to_owned. #3356 #6389

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 2 commits into from
May 11, 2013
Merged

renamed str/vec::from_slice to str/vec::to_owned. #3356 #6389

merged 2 commits into from
May 11, 2013

Conversation

sonwow
Copy link
Contributor

@sonwow sonwow commented May 10, 2013

Fix for #3356

bors added a commit that referenced this pull request May 11, 2013
@bors bors closed this May 11, 2013
@bors bors merged commit 24ef88c into rust-lang:incoming May 11, 2013
bors added a commit that referenced this pull request May 16, 2013
`str::from_slice` and `vec::from_slice` are changed to `str::to_owned` and `vec::to_owned`. (#6389)

Replace `at_vec::from_owned` and `at_vec::from_slice` with `at_vec::to_managed_consume` and `at_vec::to_managed`.
flip1995 pushed a commit to flip1995/rust that referenced this pull request Dec 6, 2020
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.

2 participants