Skip to content

Commit 257f279

Browse files
committed
Fix clippy issues
1 parent 1d66de7 commit 257f279

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -913,7 +913,7 @@ fn fill_todo(
913913
let next_path = if curdir {
914914
PathBuf::from(s)
915915
} else {
916-
path.join(&s)
916+
path.join(s)
917917
};
918918
let next_path = PathWrapper::from_path(next_path);
919919
if (special && is_dir)

0 commit comments

Comments
 (0)