chore: disable unused code check

Disable unused code checks while project is in development stage.
This commit is contained in:
2023-05-21 23:48:24 +02:00
parent 9f3cc86e3f
commit 9c34f6ff59

View File

@@ -1,3 +1,5 @@
#![allow(unused)]
mod cli;
mod scripts;