Remove Debug bound in devtools::TimeMachine
This commit is contained in:
parent
4f7444bddf
commit
4991a1a7f3
1 changed files with 1 additions and 1 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue