Function cargo_tarpaulin::path_utils::fix_unc_path
source ยท pub fn fix_unc_path(res: &Path) -> PathBuf
Expand description
On windows removes the \\?\\
prefix to UNC paths. For other operation systems just turns the
Path
into a PathBuf