Closed Rawk closed 2 months ago
Avoid unwrap() by using infallible std::path::Path::display().
unwrap()
std::path::Path::display()
Changed some more places where std::path::Path::display() can be used.
Avoid
unwrap()
by using infalliblestd::path::Path::display()
.