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 Issue #48345, is_file, is_dir, and is_symlink note mutual exclusion #49076

Merged
merged 1 commit into from
Mar 24, 2018

Commits on Mar 16, 2018

  1. Fix Issue rust-lang#48345, is_file, is_dir, and is_symlink note mutua…

    …l exclusion
    
    The methods on the structures `fs::FileType` and `fs::Metadata` of (respectively) `is_file`, `is_dir`, and
    `is_symlink` had some ambiguity in documentation, where it was not noted whether files will pass those tests
    exclusively or not. It is now written that the tests are mutually exclusive.
    
    Fixes rust-lang#48345.
    Maxwell Powlison committed Mar 16, 2018
    Configuration menu
    Copy the full SHA
    aaac69f View commit details
    Browse the repository at this point in the history