Skip to content

Exercise error derive enum variants in tests#44

Merged
RAprogramm merged 1 commit intonew_versionfrom
codex/remove-dead-code-to-satisfy-clippy
Sep 17, 2025
Merged

Exercise error derive enum variants in tests#44
RAprogramm merged 1 commit intonew_versionfrom
codex/remove-dead-code-to-satisfy-clippy

Conversation

@RAprogramm
Copy link
Owner

Summary

  • remove the #[allow(dead_code)] from the derive enum tests
  • exercise every enum variant to validate its Display and source behavior

Testing

  • cargo +nightly fmt --
  • cargo build --all-targets
  • cargo test --all
  • cargo clippy -- -D warnings
  • cargo doc --no-deps

https://chatgpt.com/codex/tasks/task_e_68ca7539e064832ba1097b1609408749

@RAprogramm RAprogramm merged commit fbd29b1 into new_version Sep 17, 2025
2 checks passed
@RAprogramm RAprogramm deleted the codex/remove-dead-code-to-satisfy-clippy branch September 17, 2025 08:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant