Remove expect (#321)

* Remove expects

* Disallow todo and panic
This commit is contained in:
Philip Kristoffersen
2023-01-08 14:35:34 +01:00
committed by GitHub
parent 0410ceffff
commit 2f70dd1e67
5 changed files with 27 additions and 28 deletions
+3
View File
@@ -2,6 +2,9 @@
#![deny(clippy::get_unwrap)]
#![deny(clippy::unwrap_used)]
#![deny(clippy::indexing_slicing)]
#![deny(clippy::expect_used)]
#![deny(clippy::panic)]
#![deny(clippy::todo)]
mod config;
mod migration;