mirror of
https://github.com/sharkdp/bat.git
synced 2025-08-11 00:31:53 +02:00
fix some clippy warnings
This commit is contained in:
@ -161,7 +161,7 @@ impl<'b> Controller<'b> {
|
||||
Ok(no_errors)
|
||||
}
|
||||
|
||||
fn print_file<'a>(
|
||||
fn print_file(
|
||||
&self,
|
||||
printer: &mut dyn Printer,
|
||||
writer: &mut dyn Write,
|
||||
|
Reference in New Issue
Block a user