We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29fd682 commit 8e713e4Copy full SHA for 8e713e4
opentelemetry/benches/attributes.rs
@@ -54,7 +54,6 @@ fn attributes_creation(c: &mut Criterion) {
54
});
55
56
57
- #[allow(clippy::useless_vec)]
58
c.bench_function("CreateOtelKeyValueArray", |b| {
59
b.iter(|| {
60
let _v1 = black_box([
@@ -66,7 +65,6 @@ fn attributes_creation(c: &mut Criterion) {
66
65
67
68
69
70
c.bench_function("CreateTupleKeyValueArray", |b| {
71
72
0 commit comments