Skip to content

Commit 5a514ca

Browse files
committed
remove unnecessary doc comment
1 parent 5ca8237 commit 5a514ca

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

dial9-tokio-telemetry/src/traced.rs

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,6 @@ type InstrumentedFuture<F> = WakeTracked<MaybeTaskDumped<F>>;
3434
pin_project! {
3535
/// Future wrapper produced by `spawn_with` for custom spawn APIs.
3636
///
37-
/// Values of this type are produced by
38-
/// [`TelemetryHandle::spawn_with`](crate::telemetry::TelemetryHandle::spawn_with)
39-
/// and
40-
/// [`RuntimeTelemetryHandle::spawn_with`](crate::telemetry::RuntimeTelemetryHandle::spawn_with).
41-
/// The constructor and fields are private so callers cannot construct a
42-
/// `TracedFuture<F>` directly.
43-
///
4437
/// On first poll, `TracedFuture<F>` resolves the surrounding Tokio task ID
4538
/// and uses it for task instrumentation. If the future is polled outside a
4639
/// Tokio task context, it runs as a transparent passthrough without wake

0 commit comments

Comments
 (0)