1
Fork 0
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:
Steffo 2024-08-19 07:33:00 +02:00
parent cfef41d92c
commit 8081e173a0
Signed by: steffo
GPG key ID: 5ADA3868646C3FC0

View file

@ -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<()>;