Remove needless lifetimes

This commit is contained in:
Jeremy Stucki
2019-06-21 20:27:44 +02:00
committed by Jeremy Stucki
parent d50a3a7b86
commit ec711767a7
29 changed files with 99 additions and 99 deletions

View File

@@ -124,7 +124,7 @@ impl ExtraBackendMethods for LlvmCodegenBackend {
) {
unsafe { allocator::codegen(tcx, mods, kind) }
}
fn compile_codegen_unit<'tcx>(&self, tcx: TyCtxt<'tcx>, cgu_name: InternedString) {
fn compile_codegen_unit(&self, tcx: TyCtxt<'_>, cgu_name: InternedString) {
base::compile_codegen_unit(tcx, cgu_name);
}
fn target_machine_factory(