Skip to content

Conversation

prestoalvarez
Copy link
Contributor

Description:

  • Summary: Replace unnecessary string formatting with a direct literal in tests to avoid temporary allocation and improve readability.
  • Change: In testing/ef-tests/tests/tests.rs, use stringify!($dir) instead of &format!("{}", stringify!($dir)).
  • Rationale: Eliminates one allocation and simplifies the code.

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

Labels

None yet

Projects

Status: Backlog

Development

Successfully merging this pull request may close these issues.

1 participant