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

Fix doc of std::fs::canonicalize #56858

Merged
merged 1 commit into from
Dec 16, 2018
Merged

Commits on Dec 15, 2018

  1. Fix doc of std::fs::canonicalize

    Point out that the final component of the path name might be a filename
    (and not a directory name). Previously, the doc said that all components
    of the path must be directory names, when it actually only ment all but
    the final one.
    
    Fixes rust-lang#54056.
    tbu- committed Dec 15, 2018
    Configuration menu
    Copy the full SHA
    f61686a View commit details
    Browse the repository at this point in the history