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