clean up tests

This commit is contained in:
John Smith
2022-11-27 11:27:06 -05:00
parent 80c8a62ea1
commit a34da6ff75
3 changed files with 25 additions and 0 deletions

View File

@@ -99,6 +99,7 @@ cfg_if! {
}
}
#[allow(unused_variables)]
pub async fn blocking_wrapper<F, R>(blocking_task: F, err_result: R) -> R
where
F: FnOnce() -> R + Send + 'static,