-
-
Notifications
You must be signed in to change notification settings - Fork 14.9k
impl AddAssign<char> for String #38784
Copy link
Copy link
Closed
Labels
T-libs-apiRelevant to the library API team, which will review and decide on the PR/issue.Relevant to the library API team, which will review and decide on the PR/issue.
Metadata
Metadata
Assignees
Labels
T-libs-apiRelevant to the library API team, which will review and decide on the PR/issue.Relevant to the library API team, which will review and decide on the PR/issue.
Type
Fields
Give feedbackNo fields configured for issues without a type.
Is there any reason there is an
impl AddAssign<&str>forString, but notimpl AddAssign<char>? Anyway it's something I would expect.