Fix: Use unused result

This commit is contained in:
Matthias Beyer 2018-06-27 00:43:24 +02:00
parent 54c5854761
commit 8d86af5f15

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)