-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
remove deprecated API before the 0.12.0 release #3811
Comments
update to non-deprecated std.fs APIs throughout the codebase Related: #3811
OK see the above linked commit for what was done for the 0.6.0 release. I left some things alone, since they require a bit more care and attention. I also went ahead and did all the Feel free to use this issue to ask for help when upgrading code; it should be straightforward since I left |
Skipping this for 0.7.0 due to out of time. |
This is a reminder to search the std lib for "deprecated" and remove all the deprecated API about 1-2 weeks before the next release.
The text was updated successfully, but these errors were encountered: