From deb80af449409dada3ead31adc3390719950fd21 Mon Sep 17 00:00:00 2001 From: rhysd Date: Tue, 12 Oct 2021 16:09:05 +0900 Subject: [PATCH] remove unused lifetime parameter --- src/controller.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,