mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-22 02:54:21 +00:00
Allow dead code for crate::services::RoyalnetService
This commit is contained in:
parent
cfef41d92c
commit
8081e173a0
1 changed files with 1 additions and 0 deletions
|
@ -2,6 +2,7 @@ use std::time::Duration;
|
|||
use tokio::time::sleep;
|
||||
use crate::utils::anyhow_result::AnyResult;
|
||||
|
||||
#[allow(dead_code)]
|
||||
pub trait RoyalnetService {
|
||||
async fn run(&mut self) -> AnyResult<()>;
|
||||
|
||||
|
|
Loading…
Reference in a new issue