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