Skip to content

Commit 4322961

Browse files
committed
Fix clippy
1 parent fa3b2bc commit 4322961

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wslplugins-rs/src/api/wsl_command.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ impl<'a> WSLCommand<'a> {
4949
Self {
5050
api,
5151
args: vec![program_str],
52-
path: &my_program,
52+
path: my_program,
5353
distribution_id: DistributionID::System,
5454
session,
5555
}

0 commit comments

Comments
 (0)