mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-01 07:13:24 +03:00
1f9dc9a182
Optimize away some path lookups in the generic `fs::copy` implementation This also eliminates a use of a `Path` convenience function, in support of #80741, refactoring `std::path` to focus on pure data structures and algorithms.