about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorgaurikholkar <f2013002@goa.bits-pilani.ac.in>2017-09-12 00:16:54 +0530
committerNiko Matsakis <niko@alum.mit.edu>2017-09-26 11:55:52 -0400
commitbbf82be0766ead2a5e989a9c5bbb507841ebaef4 (patch)
treec9de99ba09e0611d1b06ac19394642bba8aa32f1 /src
parentaa6f0c80507230d864f7af5fe3c4085e28cabfe9 (diff)
downloadrust-bbf82be0766ead2a5e989a9c5bbb507841ebaef4.tar.gz
rust-bbf82be0766ead2a5e989a9c5bbb507841ebaef4.zip
tidy fix
Diffstat (limited to 'src')
-rw-r--r--src/librustc/infer/error_reporting/different_lifetimes.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/librustc/infer/error_reporting/different_lifetimes.rs b/src/librustc/infer/error_reporting/different_lifetimes.rs
index e9866545f97..aca6db1f9a0 100644
--- a/src/librustc/infer/error_reporting/different_lifetimes.rs
+++ b/src/librustc/infer/error_reporting/different_lifetimes.rs
@@ -110,7 +110,7 @@ impl<'a, 'gcx, 'tcx> InferCtxt<'a, 'gcx, 'tcx> {
                 };
                 (ty_sup.span, ty_sub.span, main_label_1, span_label_1)
             }
-            
+
             (Some(ret_span), _) => {
                 (ty_sub.span,
                  ret_span,