diff --git a/src/controller.rs b/src/controller.rs index b797908b..6dedc0af 100644 --- a/src/controller.rs +++ b/src/controller.rs @@ -113,7 +113,7 @@ impl<'b> Controller<'b> { Ok(no_errors) } - fn print_input<'a, R: BufRead>( + fn print_input( &self, input: Input, writer: &mut dyn Write,