Skip to content

Commit 1a31aee

Browse files
committed
doc: add missing fn documentation
1 parent 0e742ae commit 1a31aee

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • libdd-trace-utils/src/span/v04

libdd-trace-utils/src/span/v04/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -311,6 +311,7 @@ impl<T: TraceData> From<&AttributeArrayValue<T>> for u8 {
311311
}
312312

313313
impl<T: TraceData> Span<T> {
314+
/// Deduplicate the [VecMap] parts of this span. See [VecMap::dedup].
314315
pub fn dedup(&mut self) {
315316
self.meta.dedup();
316317
self.metrics.dedup();

0 commit comments

Comments
 (0)