Applied linter fixes

This commit is contained in:
Daniele Esposti
2019-03-08 10:46:49 +00:00
committed by David Peter
parent a21ae614e6
commit 82f14121bd
12 changed files with 37 additions and 44 deletions

View File

@ -88,7 +88,7 @@ impl<'b> Controller<'b> {
Ok(())
}
fn print_file_ranges<'a, P: Printer>(
fn print_file_ranges<P: Printer>(
&self,
printer: &mut P,
writer: &mut Write,