mirror of
https://github.com/fluencelabs/wasmer
synced 2025-06-28 08:01:33 +00:00
Fixed all warnings
This commit is contained in:
@ -1,5 +1,4 @@
|
||||
//! When wasmer self-update is executed, this is what gets executed
|
||||
use std::io;
|
||||
use std::process::{Command, Stdio};
|
||||
|
||||
pub fn self_update() {
|
||||
@ -18,5 +17,5 @@ pub fn self_update() {
|
||||
.ok()
|
||||
.expect("Failed to execute.");
|
||||
|
||||
the_process.wait();
|
||||
the_process.wait().unwrap();
|
||||
}
|
||||
|
Reference in New Issue
Block a user