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

fs: add File::into_std and File::try_into_std methods #1856

Merged
merged 1 commit into from Nov 29, 2019
Merged

fs: add File::into_std and File::try_into_std methods #1856

merged 1 commit into from Nov 29, 2019

Commits on Nov 28, 2019

  1. fs: add File::into_std and File::try_into_std methods

    In version 0.1 there was File::into_std method that destructured
    tokio_fs::File into std::fs:File. That method was lacking in
    version 0.2.
    
    Fixes: #1852
    bartlomieju committed Nov 28, 2019
    Copy the full SHA
    e908a22 View commit details
    Browse the repository at this point in the history