Fix: Use unused result
This commit is contained in:
parent
54c5854761
commit
8d86af5f15
1 changed files with 1 additions and 1 deletions
|
@ -197,7 +197,7 @@ fn delete(rt: &Runtime) {
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
fle
|
let _ = fle
|
||||||
.linked_instances()
|
.linked_instances()
|
||||||
.map_err_trace_exit_unwrap(1)
|
.map_err_trace_exit_unwrap(1)
|
||||||
.trace_unwrap_exit(1)
|
.trace_unwrap_exit(1)
|
||||||
|
|
Loading…
Reference in a new issue