Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information