Skip to content

Commit b366b72

Browse files
committed
Remove unnecessary clone
1 parent 7253ce9 commit b366b72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/commands/run.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ impl RunCommand {
190190
preopen_sockets,
191191
)?;
192192

193-
let mut store = Store::new(&engine, host.clone());
193+
let mut store = Store::new(&engine, host);
194194

195195
// If fuel has been configured, we want to add the configured
196196
// fuel amount to this store.

0 commit comments

Comments
 (0)