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
-IntoStr/into_str was renamed to IntoStr/into_string. Should the trait be renamed to IntoString?
-Also, shouldn't the file libstd/to_str.rs be renamed to libstd/to_string.rs.
I'm happy to do fix the first point--I did a quick search through src and IntoStr is only used in a few other files. But I'm not sure what kind of issues renaming the file would create.