Skip to content

Fix clippy pedantic lint errors#39

Merged
dannywillems merged 1 commit into
mainfrom
fix/clippy-lint-errors
Apr 21, 2026
Merged

Fix clippy pedantic lint errors#39
dannywillems merged 1 commit into
mainfrom
fix/clippy-lint-errors

Conversation

@dannywillems
Copy link
Copy Markdown
Contributor

Summary

  • Replace .map(...).unwrap_or(false) with .is_ok_and(...) in src/pipeline.rs (clippy::map_unwrap_or)
  • Replace wildcard _ match arms with explicit variant names in tests/compose.rs (clippy::match_wildcard_for_single_variants)

Test plan

  • CI lint job passes

- Use is_ok_and() instead of map().unwrap_or(false) in pipeline.rs
- Replace wildcard match arms with explicit variant names in tests
@dannywillems dannywillems merged commit bc8e4e4 into main Apr 21, 2026
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant