[router] add cargo clippy in CI and fix-up linting errors (#9242)
This commit is contained in:
@@ -8,6 +8,7 @@ use sglang_router_rs::{
|
||||
use std::sync::Arc;
|
||||
|
||||
/// Create a test Axum application using the actual server's build_app function
|
||||
#[allow(dead_code)]
|
||||
pub fn create_test_app(
|
||||
router: Arc<dyn RouterTrait>,
|
||||
client: Client,
|
||||
|
||||
Reference in New Issue
Block a user