From 8e713e42ac512e3061ccbfebfb24cdb411aace38 Mon Sep 17 00:00:00 2001 From: Utkarsh Umesan Pillai <66651184+utpilla@users.noreply.github.com> Date: Thu, 29 Aug 2024 13:54:05 -0700 Subject: [PATCH] nit: Remove unnecessary clippy suppressions (#2067) --- opentelemetry/benches/attributes.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/opentelemetry/benches/attributes.rs b/opentelemetry/benches/attributes.rs index 2f19315324..5e1217b622 100644 --- a/opentelemetry/benches/attributes.rs +++ b/opentelemetry/benches/attributes.rs @@ -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([ @@ -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([