diff options
Diffstat (limited to 'components/script/task.rs')
-rw-r--r-- | components/script/task.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/script/task.rs b/components/script/task.rs index 622da35567d..06137f90278 100644 --- a/components/script/task.rs +++ b/components/script/task.rs @@ -65,7 +65,7 @@ where } } -impl fmt::Debug for TaskBox { +impl fmt::Debug for dyn TaskBox { fn fmt(&self, fmt: &mut fmt::Formatter) -> fmt::Result { fmt.debug_tuple(self.name()) .field(&format_args!("...")) |