mirror of
https://github.com/rust-lang/rust.git
synced 2025-12-06 15:42:11 +00:00
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.