From 2012be4a8bd97f2fd69f986c8fffb1af1eec21dc Mon Sep 17 00:00:00 2001 From: Simon Sapin Date: Thu, 1 Nov 2018 21:43:04 +0100 Subject: `cargo fix --edition-idioms` --- components/script/task.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'components/script/task.rs') 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!("...")) -- cgit v1.2.3