mirror of
https://github.com/logos-blockchain/lssa.git
synced 2026-08-24 22:29:22 +00:00
allow empty_loop
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user