From 7eb371729be57f8c3e7d3c519651066892f84964 Mon Sep 17 00:00:00 2001 From: Craig Watson Date: Tue, 27 May 2025 08:40:34 -0700 Subject: [PATCH] Remove unnecessary bound --- runtime/src/task.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtime/src/task.rs b/runtime/src/task.rs index f6cc961d..a932a162 100644 --- a/runtime/src/task.rs +++ b/runtime/src/task.rs @@ -277,7 +277,7 @@ impl Task { } } -impl std::fmt::Debug for Task { +impl std::fmt::Debug for Task { fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result { write!( f,