Skip to content

Rename at_vec::from_owned and at_vec::from_slice #6503

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

Closed
wants to merge 1 commit into from
Closed

Rename at_vec::from_owned and at_vec::from_slice #6503

wants to merge 1 commit into from

Conversation

sonwow
Copy link
Contributor

@sonwow sonwow commented May 15, 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.

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`.
@bors bors closed this May 16, 2013
flip1995 pushed a commit to flip1995/rust that referenced this pull request Jan 30, 2021
fixes rust-lang#6503

changelog: match_like_matches_macro: strip refs in suggestion (rust-lang#6503)
flip1995 pushed a commit to flip1995/rust that referenced this pull request Jan 30, 2021
match_like_matches_macro: strip refs in suggestion

fixes rust-lang#6503

changelog: match_like_matches_macro: strip refs in suggestion (rust-lang#6503)
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