We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e1fb68 commit 0c19481Copy full SHA for 0c19481
src/arch/aarch64/mod.rs
@@ -58,7 +58,7 @@ impl VmOps for Vm {
58
}
59
60
fn status(&self) -> Status {
61
- (&(&self.state).unwrap()).into()
+ (&self.state).as_ref().unwrap().into()
62
63
64
0 commit comments