-
Notifications
You must be signed in to change notification settings - Fork 13.4k
Should IntoStr trait be renamed to IntoString? #15606
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Yes, Instead of renaming the @alexcrichton Do you see any reason not to do the above? |
Sounds good to me! Moving |
I'll take a whack at moving the module into collections::string. |
These traits are all gone now. |
…eykril fix: Fix lens location "above_whole_item" breaking lenses Fixes rust-lang/rust-analyzer#15602
re #15493 and #15046
-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.
The text was updated successfully, but these errors were encountered: