Skip to content

Commit 8942850

Browse files
authored
Merge branch 'main' into cijothomas/batchspanprocessor1
2 parents 189959e + 7acd380 commit 8942850

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

opentelemetry/benches/context_attach.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ fn dummy_work() -> i32 {
9898
black_box(1 + 1)
9999
}
100100

101-
fn group(c: &mut Criterion) -> BenchmarkGroup<WallTime> {
101+
fn group(c: &mut Criterion) -> BenchmarkGroup<'_, WallTime> {
102102
c.benchmark_group("context_attach")
103103
}
104104

0 commit comments

Comments
 (0)