Skip to content

str: Implement Container for ~str, @str and Mutable for ~str #7932

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

str: Implement Container for ~str, @str and Mutable for ~str #7932

wants to merge 1 commit into from

Conversation

bluss
Copy link
Member

@bluss bluss commented Jul 20, 2013

~str and @str need separate implementations for use in generic
functions, where it will not automatically use the impl on &str.

fixes issue #7900

~str and @str need separate implementations for use in generic
functions, where it will not automatically use the impl on &str.
bors added a commit that referenced this pull request Jul 21, 2013
~str and @str need separate implementations for use in generic
functions, where it will not automatically use the impl on &str.

fixes issue #7900
@bors bors closed this Jul 22, 2013
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