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,5 +1,6 @@
#![forbid(unsafe_code)]
#![deny(clippy::all)]
#![deny(unused_must_use)]
mod client_api;
mod settings;