Skip to content

task: remove unnecessary trait bounds on the Debug implementation#7720

Merged
Darksonn merged 1 commit intotokio-rs:masterfrom
ADD-SP:add_sp/task-fmt-debug-join_queue
Nov 4, 2025
Merged

task: remove unnecessary trait bounds on the Debug implementation#7720
Darksonn merged 1 commit intotokio-rs:masterfrom
ADD-SP:add_sp/task-fmt-debug-join_queue

Conversation

@ADD-SP
Copy link
Member

@ADD-SP ADD-SP commented Nov 3, 2025

It is inconvenient for downstream to use the derived Debug implementation.

Remove the trait bounds of the `Debug` impl for `JoinQueue`
and `AbortOnDropHandle`.

Signed-off-by: ADD-SP <qiqi.zhang@konghq.com>
@ADD-SP ADD-SP added A-tokio-util Area: The tokio-util crate M-task Module: tokio/task labels Nov 3, 2025
@Darksonn Darksonn merged commit 1ece2f1 into tokio-rs:master Nov 4, 2025
95 checks passed
@ADD-SP ADD-SP deleted the add_sp/task-fmt-debug-join_queue branch November 4, 2025 10:28
benjaminran pushed a commit to benjaminran/tokio that referenced this pull request Nov 6, 2025
…okio-rs#7720)

Remove the trait bounds of the `Debug` impl for `JoinQueue`
and `AbortOnDropHandle`.

Signed-off-by: ADD-SP <qiqi.zhang@konghq.com>
Daksh14 pushed a commit to Daksh14/tokio that referenced this pull request Nov 11, 2025
…okio-rs#7720)

Remove the trait bounds of the `Debug` impl for `JoinQueue`
and `AbortOnDropHandle`.

Signed-off-by: ADD-SP <qiqi.zhang@konghq.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

A-tokio-util Area: The tokio-util crate M-task Module: tokio/task

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants