Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
uucore: drop unused function resolve_relative_path
This function is by necessity ill-defined: Depending on the context, '..' is either the logical parent directory, sometimes the physical parent directory. This function can only work for the latter case, in which case `Path::canonicalize` is often a better approach.
- Loading branch information