mirror of
https://github.com/rust-lang/rust.git
synced 2026-02-16 05:54:34 +00:00
Override `clone_from` method for PathBuf and OsString This was not the case before because `#[derive(Clone)]` do not do it.
Override `clone_from` method for PathBuf and OsString This was not the case before because `#[derive(Clone)]` do not do it.