(&self, input: &str)
| 888 | |
| 889 | impl WorkspacePathResolver for VirtualPathResolver { |
| 890 | fn normalize(&self, input: &str) -> Result<WorkspacePath> { |
| 891 | normalize_virtual_path(input) |
| 892 | } |
| 893 | } |
| 894 | |
| 895 | fn normalize_virtual_path(input: &str) -> Result<WorkspacePath> { |