Skip to content

Commit f4266e2

Browse files
committed
fix: remove needless borrow for clippy
1 parent 8aefda5 commit f4266e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/repo/workspace.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ impl JjWorkspace {
7272

7373
let workspace = Workspace::load(
7474
&settings,
75-
&workspace_root,
75+
workspace_root,
7676
&StoreFactories::default(),
7777
&default_working_copy_factories(),
7878
)

0 commit comments

Comments
 (0)