mirror of
https://github.com/sharkdp/bat.git
synced 2024-11-22 15:53:29 +01:00
remove unused lifetime parameter
This commit is contained in:
parent
dc0acbbb90
commit
deb80af449
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user