mirror of
https://github.com/sharkdp/bat.git
synced 2025-01-18 20:11:03 +00: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)
|
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,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user