mirror of
https://github.com/EasyTier/EasyTier.git
synced 2026-05-07 10:14:35 +00:00
clippy all codes (#1214)
1. clippy code 2. add fmt and clippy check in ci
This commit is contained in:
@@ -65,7 +65,7 @@ pub async fn wait_route_appear_with_cost(
|
||||
}
|
||||
tokio::time::sleep(std::time::Duration::from_millis(50)).await;
|
||||
}
|
||||
return Err(Error::NotFound);
|
||||
Err(Error::NotFound)
|
||||
}
|
||||
|
||||
pub async fn wait_route_appear(
|
||||
|
||||
Reference in New Issue
Block a user