Skip to content

fix(zeph-llm): name wildcard match arm in gonka/tests.rs:467#3627

Merged
bug-ops merged 1 commit intomainfrom
3626-clippy-wildcard-gonka-tests
May 6, 2026
Merged

fix(zeph-llm): name wildcard match arm in gonka/tests.rs:467#3627
bug-ops merged 1 commit intomainfrom
3626-clippy-wildcard-gonka-tests

Conversation

@bug-ops
Copy link
Copy Markdown
Owner

@bug-ops bug-ops commented May 5, 2026

Summary

  • Replaces bare wildcard other => with other @ ChatResponse::Text(_) => in the gonka_tools_chat_with_tools test
  • Fixes clippy::match_wildcard_for_single_variants error that was breaking cargo clippy --workspace --features full -- -D warnings

Test plan

  • cargo clippy -p zeph-llm --all-targets -- -D warnings passes
  • cargo +nightly fmt --check -p zeph-llm passes
  • cargo nextest run -p zeph-llm --lib --bins — 852 tests pass, 10 skipped

Closes #3626

Replaces bare wildcard `other =>` with explicit `other @ ChatResponse::Text(_) =>`
to satisfy clippy::match_wildcard_for_single_variants.
@github-actions github-actions Bot added bug Something isn't working size/XS Extra small PR (1-10 lines) llm zeph-llm crate (Ollama, Claude) rust Rust code changes labels May 5, 2026
@bug-ops bug-ops enabled auto-merge (squash) May 5, 2026 23:58
@bug-ops bug-ops merged commit f774ce7 into main May 6, 2026
32 checks passed
@bug-ops bug-ops deleted the 3626-clippy-wildcard-gonka-tests branch May 6, 2026 00:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working llm zeph-llm crate (Ollama, Claude) rust Rust code changes size/XS Extra small PR (1-10 lines)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

fix(zeph-llm): clippy wildcard match in gonka/tests.rs:467 breaks --features full check

1 participant