]> git.lizzy.rs Git - rust.git/commitdiff
fix rustfmt
authorOliver Schneider <oli-obk@users.noreply.github.com>
Sun, 25 Dec 2016 16:49:39 +0000 (17:49 +0100)
committerGitHub <noreply@github.com>
Sun, 25 Dec 2016 16:49:39 +0000 (17:49 +0100)
clippy_lints/src/lifetimes.rs

index 3600abe0d7bf57ea38fc3e75bd50adac0cb4ef69..fa0afd90d332140e2efa77027b57dc5df6f29fce 100644 (file)
@@ -287,7 +287,7 @@ fn visit_ty(&mut self, ty: &'tcx Ty) {
                         self.record(&None);
                     }
                 }
-            }
+            },
             _ => (),
         }
         walk_ty(self, ty);