mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-27 18:57:42 +03:00
c15f4e0e47
std: introduce path normalize methods at top of `std::path` Closes rust-lang/rust#142931 Mention other methods that call `conponents` and `canonicalize` that fully normalize path. And fix two typo. r? libs