Skip to content

Commit 8e713e4

Browse files
authored
nit: Remove unnecessary clippy suppressions (#2067)
1 parent 29fd682 commit 8e713e4

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

opentelemetry/benches/attributes.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ fn attributes_creation(c: &mut Criterion) {
5454
});
5555
});
5656

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

69-
#[allow(clippy::useless_vec)]
7068
c.bench_function("CreateTupleKeyValueArray", |b| {
7169
b.iter(|| {
7270
let _v1 = black_box([

0 commit comments

Comments
 (0)