summaryrefslogtreecommitdiffstats
path: root/src/controller.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/controller.rs')
-rw-r--r--src/controller.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/controller.rs b/src/controller.rs
index d9b8e809..2ccd6dfb 100644
--- a/src/controller.rs
+++ b/src/controller.rs
@@ -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,