Skip to content
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

Add std::os::unix::fs::DirEntryExt2::file_name_ref(&self) -> &OsStr #83581

Merged
merged 2 commits into from
Jul 5, 2021
Merged

Add std::os::unix::fs::DirEntryExt2::file_name_ref(&self) -> &OsStr #83581

merged 2 commits into from
Jul 5, 2021

Commits on May 22, 2021

  1. Add std::os::unix::fs::DirEntryExt2::file_name_ref(&self) -> &OsStr

    DirEntryExt2 is a new trait with the same purpose as DirEntryExt,
    but sealed
    arennow committed May 22, 2021
    Configuration menu
    Copy the full SHA
    bc45e47 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2021

  1. Enable dir_entry_ext2 feature in doc test.

    Co-authored-by: Yuki Okushi <jtitor@2k36.org>
    m-ou-se and JohnTitor committed Jul 5, 2021
    Configuration menu
    Copy the full SHA
    469f467 View commit details
    Browse the repository at this point in the history