chore: disable unused code check

Disable unused code checks while project is in development stage.
This commit is contained in:
Matej Janezic 2023-05-21 23:48:24 +02:00
parent 9f3cc86e3f
commit 9c34f6ff59
Signed by: janezicmatej
GPG Key ID: 4298E230ED37B2C0
1 changed files with 2 additions and 0 deletions

View File

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