Skip to content

Commit 7be2505

Browse files
committed
Silence new warning from newer toolchain
1 parent 06a12a2 commit 7be2505

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bin/julialauncher.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -415,7 +415,7 @@ fn run_app() -> Result<i32> {
415415
}
416416

417417
// replace the current process
418-
std::process::Command::new(&julia_path)
418+
let _ = std::process::Command::new(&julia_path)
419419
.args(&new_args)
420420
.exec();
421421

0 commit comments

Comments
 (0)