improve error handling

This commit is contained in:
Jonas Kruckenberg 2022-11-13 21:06:06 +01:00
parent c9fa93de72
commit 355febf927
12 changed files with 443 additions and 258 deletions

View file

@ -9,4 +9,4 @@ pub async fn test() -> anyhow::Result<()> {
ensure!(text == Some("foobar".to_string()));
Ok(())
}
}