Add a String trait to avoid duplicating ~str, @str, &static/str operations #4526
Labels
A-trait-system
Area: Trait system
C-cleanup
Category: PRs that clean code up or issues documenting cleanup.
I'm going to naively suggest this because it seems like a better idea than making a copy of the whole
str
library for things that return@str
. Now people can tell me why that's a bad idea :-)The text was updated successfully, but these errors were encountered: