Skip to content

Commit 4fa9dca

Browse files
committed
Remove unused import
1 parent 66b7e21 commit 4fa9dca

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

bottlecap/src/traces/trace_processor.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,6 @@ use tracing::{debug, error};
3434
use crate::traces::stats_generator::StatsGenerator;
3535
use crate::traces::trace_aggregator::{OwnedTracerHeaderTags, SendDataBuilderInfo};
3636
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 _;
4037

4138
#[derive(Clone)]
4239
#[allow(clippy::module_name_repetitions)]

0 commit comments

Comments
 (0)