mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-22 02:54:21 +00:00
Allow unused import for crate::services::RoyalnetService
This commit is contained in:
parent
42636650ac
commit
7d915b7db5
1 changed files with 2 additions and 0 deletions
|
@ -1,4 +1,6 @@
|
|||
use std::future::Future;
|
||||
|
||||
#[allow(unused_imports)]
|
||||
use crate::services::RoyalnetService;
|
||||
|
||||
pub(self) mod config;
|
||||
|
|
Loading…
Reference in a new issue