style: fix cargo warnings (unused imports, dead_code)
Some checks failed
CI / Check (push) Has been cancelled
CI / Clippy (push) Has been cancelled
CI / Formatting (push) Has been cancelled
CI / Test (push) Has been cancelled
CI / Release Build (push) Has been cancelled

This commit is contained in:
2026-03-03 15:21:07 -05:00
parent 756600c2c0
commit c3dda74113
2 changed files with 3 additions and 17 deletions

View File

@@ -107,6 +107,7 @@ struct GeminiFunctionCallingConfig {
struct GeminiCandidate {
content: GeminiContent,
#[serde(default)]
#[allow(dead_code)]
finish_reason: Option<String>,
}