Skip to content

Commit

Permalink
Fix error message
Browse files Browse the repository at this point in the history
Co-authored-by: Jack Wrenn <me@jswrenn.com>
  • Loading branch information
Darksonn and jswrenn committed May 27, 2023
1 parent 08ec5d2 commit b3776b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tokio/src/runtime/task/trace/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ pin_project_lite::pin_project! {
}

const FAIL_NO_THREAD_LOCAL: &str = "The Tokio thread-local has been destroyed \
as part of shutting down the curren \
as part of shutting down the current \
thread, so collecting a taskdump is not \
possible.";

Expand Down

0 comments on commit b3776b0

Please sign in to comment.