Remove Debug bound in devtools::TimeMachine

This commit is contained in:
Héctor Ramón Jiménez 2025-08-29 08:50:27 +02:00
parent 4f7444bddf
commit 4991a1a7f3
No known key found for this signature in database
GPG key ID: 7CC46565708259A7

View file

@ -13,7 +13,7 @@ where
impl<P> TimeMachine<P>
where
P: Program,
P::Message: std::fmt::Debug + Clone,
P::Message: Clone,
{
pub fn new() -> Self {
Self {