Skip to content

Commit

Permalink
Clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
davxy committed Feb 28, 2025
1 parent c1192cf commit 30e9258
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/testing.rs
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ pub fn test_vectors_process<V: TestVectorTrait>(identifier: &str) {
macro_rules! test_vectors {
($vector_type:ty) => {
#[allow(unused)]
use crate::testing::TestVectorTrait as _;
use $crate::testing::TestVectorTrait as _;
$crate::test_vectors!($vector_type, &<$vector_type>::name());
};
($vector_type:ty, $vector_name:expr) => {
Expand Down

0 comments on commit 30e9258

Please sign in to comment.