Skip to content

Commit d9b3efb

Browse files
committed
thanks clippy
1 parent a37f931 commit d9b3efb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

git-worktree/tests/fs/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ fn from_probing_cwd() {
88
.unwrap()
99
.filter_map(Result::ok)
1010
.filter(|e| e.file_name().to_str() != Some("config"))
11-
.map(|e| e.path().to_owned())
11+
.map(|e| e.path())
1212
.collect();
1313
assert_eq!(
1414
entries.len(),

0 commit comments

Comments
 (0)