Skip to content

Commit 7acd380

Browse files
authored
chore: Apply clippy suggestion (#3124)
1 parent a112233 commit 7acd380

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)