We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3ef30a commit 4d1b9bcCopy full SHA for 4d1b9bc
1 file changed
src/app/deduplicate_arguments.rs
@@ -145,6 +145,7 @@ mod tests {
145
return link_target
146
.pipe(PathBuf::from)
147
.join(suffix)
148
+ .normalize()
149
.pipe(resolve_symlink);
150
}
151
0 commit comments