Fix: Use unused result

This commit is contained in:
Matthias Beyer 2018-06-27 00:43:24 +02:00
parent 2699e17468
commit e0156bf4ad

View file

@ -197,7 +197,7 @@ fn delete(rt: &Runtime) {
}
};
fle
let _ = fle
.linked_instances()
.map_err_trace_exit_unwrap(1)
.trace_unwrap_exit(1)