Skip to content

Commit 2e7b57e

Browse files
committed
run clippy fixes
Signed-off-by: Rui Chen <[email protected]>
1 parent cbe49a0 commit 2e7b57e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/config.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -817,7 +817,7 @@ mod test {
817817

818818
assert_eq!(
819819
cat,
820-
&FileTarget::Automatic(PathBuf::from("~/.QuarticCat").into())
820+
&FileTarget::Automatic(PathBuf::from("~/.QuarticCat"))
821821
);
822822

823823
assert_eq!(

0 commit comments

Comments
 (0)