mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-18 19:08:22 +00:00
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.