Skip to content
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

Deprecates 4 lints #795

Merged
merged 1 commit into from
Mar 24, 2016
Merged

Deprecates 4 lints #795

merged 1 commit into from
Mar 24, 2016

Conversation

mcarton
Copy link
Member

@mcarton mcarton commented Mar 24, 2016

Namely str_to_string, string_to_string (fix #788), unstable_as_slice and unstable_as_mut_slice (fix #728).

Namely STR_TO_STRING, STRING_TO_STRING, UNSTABLE_AS_SLICE and
UNSTABLE_AS_MUT_SLICE.
@llogiq
Copy link
Contributor

llogiq commented Mar 24, 2016

LGTM.

@Manishearth Manishearth merged commit 7e65493 into rust-lang:master Mar 24, 2016
@mcarton mcarton deleted the deprecated branch March 24, 2016 19:14
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.

to_string is perhaps more idiomatic as_slice will be stable in 1.7
3 participants