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

Document Path::parent behavior around relative paths #104300

Merged
merged 1 commit into from
Nov 14, 2022

Commits on Nov 11, 2022

  1. Document Path::parent behavior around relative paths

    A relative path with just one component will return `Some("")` as its
    parent, which wasn't clear to me from the documentation.
    
    The parent of `""` is `None`, which was missing from the documentation
    as well.
    tbu- committed Nov 11, 2022
    Configuration menu
    Copy the full SHA
    461d147 View commit details
    Browse the repository at this point in the history