Stop lint nagging for a bit

This commit is contained in:
flyingscorpio@clevo 2022-12-02 21:33:35 +01:00
parent b52ebc5739
commit ebfbe46dca

View file

@ -1,3 +1,5 @@
#![allow(unused)]
mod api_client; mod api_client;
use api_client::ApiClient; use api_client::ApiClient;
mod ear; mod ear;