This commit is contained in:
Matthias Krüger
2020-03-15 23:41:20 +01:00
parent d8bcdac9de
commit ba0884bee3
30 changed files with 58 additions and 58 deletions

View File

@@ -156,7 +156,7 @@ impl<'tcx> Visitor<'tcx> for CCHelper {
_ => {},
}
}
fn nested_visit_map(&mut self) -> NestedVisitorMap<'_, Self::Map> {
fn nested_visit_map(&mut self) -> NestedVisitorMap<Self::Map> {
NestedVisitorMap::None
}
}