chore: disable unused code check
Disable unused code checks while project is in development stage.
This commit is contained in:
parent
9f3cc86e3f
commit
9c34f6ff59
|
@ -1,3 +1,5 @@
|
|||
#![allow(unused)]
|
||||
|
||||
mod cli;
|
||||
mod scripts;
|
||||
|
||||
|
|
Loading…
Reference in New Issue