From 4991a1a7f3709d439101a3f06f5bb8956e0c341d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A9ctor=20Ram=C3=B3n=20Jim=C3=A9nez?= Date: Fri, 29 Aug 2025 08:50:27 +0200 Subject: [PATCH] Remove `Debug` bound in `devtools::TimeMachine` --- devtools/src/time_machine.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devtools/src/time_machine.rs b/devtools/src/time_machine.rs index 3c8c18a7..e9e51874 100644 --- a/devtools/src/time_machine.rs +++ b/devtools/src/time_machine.rs @@ -13,7 +13,7 @@ where impl

TimeMachine

where P: Program, - P::Message: std::fmt::Debug + Clone, + P::Message: Clone, { pub fn new() -> Self { Self {