mirror of
https://github.com/rust-lang/rust.git
synced 2026-02-15 08:24:00 +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.