(path: &Path)
| 963 | } |
| 964 | |
| 965 | fn pathbuf_to_workspace_path(path: &Path) -> WorkspacePath { |
| 966 | let display = path.to_string_lossy().replace('\\', "/"); |
| 967 | WorkspacePath::from_normalized(display) |
| 968 | } |
| 969 | |
| 970 | #[cfg(test)] |
| 971 | mod tests { |
no outgoing calls
no test coverage detected