From c748642f3b801aa5ff4044ab60b0d0c29037a802 Mon Sep 17 00:00:00 2001 From: Daniel Date: Sat, 4 Apr 2020 14:13:59 +0200 Subject: make pipeline working --- src/output/formats.rs | 7 ------- 1 file changed, 7 deletions(-) (limited to 'src/output/formats.rs') diff --git a/src/output/formats.rs b/src/output/formats.rs index fe6e982..a5171a8 100644 --- a/src/output/formats.rs +++ b/src/output/formats.rs @@ -10,13 +10,6 @@ pub trait Format: Sync + Send { } -impl Format for Box { - fn format_result(&self, item: &LogResult) -> String { - (&*self).format_result(item) - } -} - - /// The human readable, colored format. #[derive(Copy, Clone, Debug, Hash, PartialEq, Eq)] pub struct HumanReadable; -- cgit v1.2.3