allow empty_loop

This commit is contained in:
Rostyslav Tyshko 2024-10-02 21:22:05 +02:00
parent 1ad1789e8e
commit 97a9c5a3ac
2 changed files with 2 additions and 0 deletions

View File

@ -11,6 +11,7 @@ pub async fn main_runner() -> Result<()> {
let _http_server_handle = http_server.handle();
tokio::spawn(http_server);
#[allow(clippy::empty_loop)]
loop {
//ToDo: Insert activity into main loop
}

View File

@ -11,6 +11,7 @@ pub async fn main_runner() -> Result<()> {
let _http_server_handle = http_server.handle();
tokio::spawn(http_server);
#[allow(clippy::empty_loop)]
loop {
//ToDo: Insert activity into main loop
}