Skip to content

Commit fb5012a

Browse files
committed
chore(benches): fix unused-macro-rules Clippy lint
1 parent 9f81e31 commit fb5012a

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

packages/packsquash/benches/macros.rs

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,6 @@ macro_rules! custom_criterion_group {
1717
$target(&mut benchmark_group, pack_dataset);
1818
)+
1919
}
20-
};
21-
($name:ident, $( $target:path ),+ $(,)*) => {
22-
$crate::criterion_group! {
23-
name = $name;
24-
config = ::criterion::Criterion::default();
25-
sampling_mode = ::criterion::SamplingMode::Auto;
26-
targets = $( $target ),+
27-
}
2820
}
2921
}
3022

0 commit comments

Comments
 (0)