Skip to content

Commit

Permalink
Allow missing_docs in criterion_group
Browse files Browse the repository at this point in the history
  • Loading branch information
TomFryersMidsummer committed Apr 25, 2024
1 parent f1ea31a commit 92548aa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/macros.rs
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@
#[macro_export]
macro_rules! criterion_group {
(name = $name:ident; config = $config:expr; targets = $( $target:path ),+ $(,)*) => {
#[allow(missing_docs)]
pub fn $name() {
let mut criterion: $crate::Criterion<_> = $config
.configure_from_args();
Expand Down

0 comments on commit 92548aa

Please sign in to comment.