chore: fix all clippy warnings and add Cargo.toml metadata

This commit is contained in:
Nikketryhard
2026-02-18 02:50:47 -06:00
parent ad0aa1556c
commit 22177a28a1
10 changed files with 39 additions and 40 deletions

View File

@@ -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,