Skip to content

Commit fa36c80

Browse files
authored
perf: remove duplicate normalize_path (#14)
1 parent edabeb2 commit fa36c80

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -400,7 +400,6 @@ pub fn resolve_path(
400400
current_dir: &Path,
401401
) -> Result<Url, PathToUrlError> {
402402
let path = current_dir.join(path_str);
403-
let path = normalize_path(Cow::Owned(path));
404403
url_from_file_path(&path)
405404
}
406405

0 commit comments

Comments
 (0)