mirror of
https://github.com/EasyTier/EasyTier.git
synced 2026-05-07 02:09:06 +00:00
clippy all codes (#1214)
1. clippy code 2. add fmt and clippy check in ci
This commit is contained in:
@@ -52,9 +52,7 @@ pub fn build_router(api_host: Option<url::Url>) -> Router {
|
||||
router
|
||||
};
|
||||
|
||||
let router = router.fallback_service(service);
|
||||
|
||||
router
|
||||
router.fallback_service(service)
|
||||
}
|
||||
|
||||
pub struct WebServer {
|
||||
|
||||
Reference in New Issue
Block a user