mirror of
https://github.com/rust-lang/rust.git
synced 2025-12-01 19:58:40 +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.