Skip to content

Commit ce67621

Browse files
committed
fix: remove useless trait bound
1 parent 1a31aee commit ce67621

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

libdd-trace-utils/src/span/trace_utils.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ where
3131
pub fn compute_top_level_span<T>(trace: &mut [Span<T>])
3232
where
3333
T: TraceData,
34-
T::Text: std::borrow::Borrow<str>,
3534
{
3635
let mut span_id_idx: HashMap<u64, usize> = HashMap::new();
3736
for (i, span) in trace.iter().enumerate() {

0 commit comments

Comments
 (0)