We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66b7e21 commit 4fa9dcaCopy full SHA for 4fa9dca
1 file changed
bottlecap/src/traces/trace_processor.rs
@@ -34,9 +34,6 @@ use tracing::{debug, error};
34
use crate::traces::stats_generator::StatsGenerator;
35
use crate::traces::trace_aggregator::{OwnedTracerHeaderTags, SendDataBuilderInfo};
36
use libdd_trace_normalization::normalizer::SamplerPriority;
37
-// Import the prost::Message trait to bring encoded_len() into scope on TracerPayload.
38
-// `as _` avoids a name conflict with the Message name used elsewhere.
39
-use prost::Message as _;
40
41
#[derive(Clone)]
42
#[allow(clippy::module_name_repetitions)]
0 commit comments