We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent edabeb2 commit 6f23917Copy full SHA for 6f23917
1 file changed
src/lib.rs
@@ -400,7 +400,6 @@ pub fn resolve_path(
400
current_dir: &Path,
401
) -> Result<Url, PathToUrlError> {
402
let path = current_dir.join(path_str);
403
- let path = normalize_path(Cow::Owned(path));
404
url_from_file_path(&path)
405
}
406
0 commit comments