-
Ben Boeckel authored
The `ToString` trait is implemented for any `Display` type. This is not what we wanted. In addition, instead of using `AsRef<Path>`, just take ownership as a `PathBuf` if it is available.
9c5ef6c6
Loading
The `ToString` trait is implemented for any `Display` type. This is not what we wanted. In addition, instead of using `AsRef<Path>`, just take ownership as a `PathBuf` if it is available.