We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8601bd1 commit 86fd3daCopy full SHA for 86fd3da
opentelemetry-sdk/src/trace/span.rs
@@ -262,9 +262,6 @@ impl Drop for Span {
262
/// If `consume`` is never called, the on_ending method will not perform any copy of
263
/// the span data.
264
///
265
-/// Calling any `ReadableSpan` method on the `FinishedSpan` will panic if the span data
266
-/// has aready been consumed.
267
-///
268
/// ```
269
/// use opentelemetry_sdk::trace::{FinishedSpan, ReadableSpan};
270
/// fn on_end(span: &mut FinishedSpan) {
0 commit comments