Skip to content

Commit ed71112

Browse files
committed
Fix clippy
prtest:full
1 parent 2e18d82 commit ed71112

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/c-api/src/config.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -699,7 +699,7 @@ pub extern "C" fn wasmtime_pooling_allocation_strategy_set(
699699
) {
700700
c.config
701701
.allocation_strategy(wasmtime::InstanceAllocationStrategy::Pooling(
702-
pc.config.clone().into(),
702+
pc.config.clone(),
703703
));
704704
}
705705

0 commit comments

Comments
 (0)