Skip to content

Commit 9ba7f24

Browse files
committed
Fix warning on the CLI
1 parent 19c9ab7 commit 9ba7f24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/common.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ impl RunCommon {
252252

253253
#[cfg(not(any(feature = "cranelift", feature = "winch")))]
254254
None => {
255-
let _ = path;
255+
let _ = (path, engine);
256256
bail!("support for compiling modules was disabled at compile time");
257257
}
258258
})

0 commit comments

Comments
 (0)