mirror of
https://github.com/sharkdp/bat.git
synced 2025-08-11 16:51:43 +02:00
remove unused lifetime parameter
This commit is contained in:
@ -113,7 +113,7 @@ impl<'b> Controller<'b> {
|
|||||||
Ok(no_errors)
|
Ok(no_errors)
|
||||||
}
|
}
|
||||||
|
|
||||||
fn print_input<'a, R: BufRead>(
|
fn print_input<R: BufRead>(
|
||||||
&self,
|
&self,
|
||||||
input: Input,
|
input: Input,
|
||||||
writer: &mut dyn Write,
|
writer: &mut dyn Write,
|
||||||
|
Reference in New Issue
Block a user