Skip to content

Commit

Permalink
nit: Remove unnecessary clippy suppressions (#2067)
Browse files Browse the repository at this point in the history
  • Loading branch information
utpilla committed Aug 29, 2024
1 parent 29fd682 commit 8e713e4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions opentelemetry/benches/attributes.rs
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ fn attributes_creation(c: &mut Criterion) {
});
});

#[allow(clippy::useless_vec)]
c.bench_function("CreateOtelKeyValueArray", |b| {
b.iter(|| {
let _v1 = black_box([
Expand All @@ -66,7 +65,6 @@ fn attributes_creation(c: &mut Criterion) {
});
});

#[allow(clippy::useless_vec)]
c.bench_function("CreateTupleKeyValueArray", |b| {
b.iter(|| {
let _v1 = black_box([
Expand Down

0 comments on commit 8e713e4

Please sign in to comment.