-
Notifications
You must be signed in to change notification settings - Fork 13.2k
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
Doc: String isn't a collection #75561
Conversation
(rust_highfive has picked a reviewer for you, use r? to override) |
r? @Dylan-DPC @bors r+ rollup |
📌 Commit 8d08d5221d76379686455efd2a939ff217ef631f has been approved by |
@bors r- At least the typo should be fixed. |
@LukasKalbertodt done |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice, looks good to me.
Thanks! @bors r=Dylan-DPC |
📌 Commit d5cb5eb has been approved by |
☀️ Test successful - checks-actions, checks-azure |
On forums one user was confused by this text, interpreting it as saying that
String
is aVec<char>
literally, rather than figuratively for the purpose of collect. I've reworded that paragraph.