Skip to content

Commit

Permalink
Clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
bryn committed Sep 4, 2023
1 parent 8db3714 commit b845a63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apollo-router/src/plugins/telemetry/metrics/layer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ use opentelemetry::KeyValue;
use opentelemetry::Value;
use tracing::field::Visit;
use tracing::Subscriber;
use tracing_core::{Field, Metadata};
use tracing_core::Field;
use tracing_subscriber::layer::Context;
use tracing_subscriber::registry::LookupSpan;
use tracing_subscriber::Layer;
Expand Down

0 comments on commit b845a63

Please sign in to comment.