Stop lint nagging for a bit
This commit is contained in:
parent
b52ebc5739
commit
ebfbe46dca
1 changed files with 2 additions and 0 deletions
|
@ -1,3 +1,5 @@
|
|||
#![allow(unused)]
|
||||
|
||||
mod api_client;
|
||||
use api_client::ApiClient;
|
||||
mod ear;
|
||||
|
|
Loading…
Reference in a new issue