chore: fix all clippy warnings and add Cargo.toml metadata
This commit is contained in:
@@ -639,6 +639,7 @@ async fn usage_from_poll(
|
||||
|
||||
// ─── Sync response ───────────────────────────────────────────────────────────
|
||||
|
||||
#[allow(clippy::too_many_arguments)]
|
||||
async fn handle_responses_sync(
|
||||
state: Arc<AppState>,
|
||||
response_id: String,
|
||||
@@ -1034,6 +1035,7 @@ async fn handle_responses_sync(
|
||||
|
||||
// ─── Streaming response ─────────────────────────────────────────────────────
|
||||
|
||||
#[allow(clippy::too_many_arguments)]
|
||||
async fn handle_responses_stream(
|
||||
state: Arc<AppState>,
|
||||
response_id: String,
|
||||
|
||||
Reference in New Issue
Block a user