-
Notifications
You must be signed in to change notification settings - Fork 13k
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
impl FromIterator<Cow<str>> for String #41351
Labels
T-libs-api
Relevant to the library API team, which will review and decide on the PR/issue.
Comments
Note that |
frewsxcv
added a commit
to frewsxcv/rust
that referenced
this issue
Apr 29, 2017
FromIterator and Extend Cow for String This is a quick draft to start working on [rust-lang#41351](rust-lang#41351). I don't think I got the stable attributes correct, but it is good enuf to start a conversation.
frewsxcv
added a commit
to frewsxcv/rust
that referenced
this issue
Apr 30, 2017
FromIterator and Extend Cow for String This is a quick draft to start working on [rust-lang#41351](rust-lang#41351). I don't think I got the stable attributes correct, but it is good enuf to start a conversation.
frewsxcv
added a commit
to frewsxcv/rust
that referenced
this issue
Apr 30, 2017
FromIterator and Extend Cow for String This is a quick draft to start working on [rust-lang#41351](rust-lang#41351). I don't think I got the stable attributes correct, but it is good enuf to start a conversation.
frewsxcv
added
the
T-libs-api
Relevant to the library API team, which will review and decide on the PR/issue.
label
Apr 30, 2017
Done in #41449. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I was surprised that I could not collect my cows. Can we add the ability to herd cows into a string?
The text was updated successfully, but these errors were encountered: