We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
String implements Borrow<str>. Now that #1157 is implemented, String should probably implement BorrowMut<str> as well.
Borrow<str>
BorrowMut<str>
The text was updated successfully, but these errors were encountered:
String
Rollup merge of rust-lang#60404 - lo48576:borrow-mut-for-string, r=sf…
4a2604d
…ackler Implement `BorrowMut<str>` for `String` Closes rust-lang/rfcs#1282.
a31ec19
682553d
c8c195f
varkor/rust@a0e112b
Successfully merging a pull request may close this issue.
String implements
Borrow<str>
. Now that #1157 is implemented, String should probably implementBorrowMut<str>
as well.The text was updated successfully, but these errors were encountered: