Skip to content

Commit 46848af

Browse files
committed
fix clippy - too_many_arguments
1 parent cabcfba commit 46848af

File tree

1 file changed

+1
-0
lines changed
  • collector/src/compile/benchmark

1 file changed

+1
-0
lines changed

collector/src/compile/benchmark/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -228,6 +228,7 @@ impl Benchmark {
228228
}
229229

230230
/// Run a specific benchmark under a processor + profiler combination.
231+
#[allow(clippy::too_many_arguments)]
231232
pub async fn measure(
232233
&self,
233234
processor: &mut dyn Processor,

0 commit comments

Comments
 (0)