Skip to content

fix: resolve clippy CI failures#47

Merged
pszymkowiak merged 1 commit into
mainfrom
fix/clippy-ci
Apr 6, 2026
Merged

fix: resolve clippy CI failures#47
pszymkowiak merged 1 commit into
mainfrom
fix/clippy-ci

Conversation

@pszymkowiak

Copy link
Copy Markdown
Contributor

Fix 3 clippy warnings treated as errors: manual_find, trim_split_whitespace, iter_cloned_collect.

@pszymkowiak

Copy link
Copy Markdown
Contributor Author

wshm · Automated triage by AI

📊 Automated PR Analysis

🐛 Type bug-fix
🟢 Risk low

Summary

Fixes 3 clippy lint warnings that were causing CI failures: replaces a manual loop with find(), removes unnecessary trim() before split_whitespace(), and simplifies iter().copied().collect() to to_vec(). Pure code style changes with no behavioral impact.

Review Checklist

  • Tests present
  • Breaking change
  • Docs updated

Analyzed automatically by wshm · This is an automated analysis, not a human review.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant