add error handling for tasks

This commit is contained in:
Dustin J. Mitchell 2022-02-01 00:35:02 +00:00
parent 2dc9358085
commit b675cef99c
6 changed files with 93 additions and 52 deletions

View file

@ -1,3 +1,6 @@
mod util;
// TODO: #![..]
#[warn(unsafe_op_in_unsafe_fn)]
pub mod replica;
pub mod result;