Pull Request Description
Summary
Removes a needless borrow in test/lint/test_runner/src/main.rs
that triggered a
Clippy warning (needless_borrows_for_generic_args
). This minor refactoring
makes the code cleaner without changing functionality.
Rationale
- Eliminates a Clippy warning when running:
0cargo clippy --manifest-path test/lint/test_runner/Cargo.toml -- -D warnings