mirror of
https://github.com/RYGhub/royalnet.git
synced 2025-03-13 20:14:46 +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;
|
use std::future::Future;
|
||||||
|
|
||||||
|
#[allow(unused_imports)]
|
||||||
use crate::services::RoyalnetService;
|
use crate::services::RoyalnetService;
|
||||||
|
|
||||||
pub(self) mod config;
|
pub(self) mod config;
|
||||||
|
|
Loading…
Add table
Reference in a new issue