Skip to content

Commit 86fd3da

Browse files
committed
fix: remove no longer relevant comment
1 parent 8601bd1 commit 86fd3da

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

opentelemetry-sdk/src/trace/span.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -262,9 +262,6 @@ impl Drop for Span {
262262
/// If `consume`` is never called, the on_ending method will not perform any copy of
263263
/// the span data.
264264
///
265-
/// Calling any `ReadableSpan` method on the `FinishedSpan` will panic if the span data
266-
/// has aready been consumed.
267-
///
268265
/// ```
269266
/// use opentelemetry_sdk::trace::{FinishedSpan, ReadableSpan};
270267
/// fn on_end(span: &mut FinishedSpan) {

0 commit comments

Comments
 (0)