mirror of
https://github.com/rust-vmm/vhost-device.git
synced 2025-12-27 15:45:44 +00:00
There was a mix of just unwrapping (panicking) and catching and logging errors. The unwrapping is not allowing for particulary pretty error handling, so let's bubble the errors up by not crashing the thread, but by just returning a Result<()> than is received when joining the threads. Not all .unwrap() uses were translated since a followup PR (#389) will rework that code anyway (and get rid of the .unwrap() in the process). Signed-off-by: Erik Schilling <erik.schilling@linaro.org>
6 lines
75 B
JSON
6 lines
75 B
JSON
{
|
|
"coverage_score": 68.2,
|
|
"exclude_path": "",
|
|
"crate_features": ""
|
|
}
|