You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Both &'a str and String implement Append, but Cow<'a, str> doesn't implement it. Could it be added? It would enable to me avoid an allocation for my use case.
The text was updated successfully, but these errors were encountered:
Both
&'a str
andString
implementAppend
, butCow<'a, str>
doesn't implement it. Could it be added? It would enable to me avoid an allocation for my use case.The text was updated successfully, but these errors were encountered: