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
* use `core::str::from_utf8` instead of unstable `str::from_utf8`
revert when rust-lang/rust#131114 is stable
* remove todo comments and add comments with the rust version
* fix comments and add links
* use feature name in comments
* use `String::from_utf8_lossy` instead of `OsStr::display`
* update comments to add the new way of doing things
* use the proper old way in the comment
0 commit comments