(path: &Path)
| 1774 | } |
| 1775 | |
| 1776 | fn path_to_string(path: &Path) -> String { |
| 1777 | path.to_string_lossy().to_string() |
| 1778 | } |
| 1779 | |
| 1780 | fn relative_display_path(path: &str, project_root: &Path) -> String { |
| 1781 | let normalized_root = normalize_path(&path_to_string(project_root)); |