catch more errors

This commit is contained in:
John Smith
2021-12-09 16:11:52 -05:00
parent ea8ffea1c9
commit 73104a81aa
4 changed files with 4 additions and 1 deletions

View File

@@ -1,4 +1,5 @@
#![deny(clippy::all)]
#![deny(unused_must_use)]
use anyhow::*;
use async_std::prelude::*;