mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-26 13:01:27 +03:00
f586047144
Expand `Path::is_empty` docs Give some reasons why you might want to check if a path is empty. The `Path::join` behaviour can be surprising if you're not aware it might happen.