Skip to content

Remove unused test dependencies #103 - #222

Merged
traktion merged 2 commits into
masterfrom
issue-103-remove-unused-test-dependencies
Mar 27, 2026
Merged

traktion merged 2 commits into
masterfrom
issue-103-remove-unused-test-dependencies

Conversation

@traktion

Copy link
Copy Markdown
Owner

Resolves #103.

This PR addresses the issue of unused test dependencies and warnings in mod tests blocks.

Changes include:

  • Added #![cfg_attr(test, allow(unused_imports, unused_variables, dead_code))] to src/lib.rs.
  • Added #![cfg_attr(test, warn(unused_imports, unused_variables, dead_code))] to all child mod.rs files to re-enable warnings at the module level.
  • Cleaned up unused imports and variables specifically within mod tests blocks.
  • Incremented the patch version in Cargo.toml.
  • Added a spec file for the issue.

Verified that cargo test passes with 196 tests and minimal warnings outside of mod tests blocks (or where expected).

@traktion traktion self-assigned this Mar 27, 2026
@traktion
traktion merged commit 560f037 into master Mar 27, 2026
3 checks passed
@traktion
traktion deleted the issue-103-remove-unused-test-dependencies branch March 27, 2026 09:48
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.

Remove unused test dependencies

1 participant