Skip to content

Commit

Permalink
Update tokio/src/runtime/dump.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Motoyuki Kimura <[email protected]>
  • Loading branch information
arielb1 and mox692 authored Dec 5, 2024
1 parent 77a1d65 commit 4fe39d9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tokio/src/runtime/dump.rs
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,7 @@ impl Backtrace {
/// An execution trace of a task's last poll.
///
/// <div class="warning">
///
/// Resolving a backtrace, either via the [`Display`][std::fmt::Display] impl or via
/// [`resolve_backtraces`][Trace::resolve_backtraces], parses debuginfo, which is
/// possibly a CPU-expensive operation that can take a platform-specific but
Expand Down

0 comments on commit 4fe39d9

Please sign in to comment.