Add newline at end of file

This commit is contained in:
Oliver Schneider 2017-04-11 15:54:48 +02:00
parent 21d8fbd082
commit 5f85ea8ef4
1 changed files with 1 additions and 1 deletions

View File

@ -431,4 +431,4 @@ impl<'tcx> Visitor<'tcx> for BodyLifetimeChecker {
fn nested_visit_map<'this>(&'this mut self) -> NestedVisitorMap<'this, 'tcx> {
NestedVisitorMap::None
}
}
}