Remove unnecessary semicolon.

This commit is contained in:
Nicholas Nethercote 2023-07-31 16:34:13 +10:00
parent 5673f47042
commit c17c8dc78e

View File

@ -790,7 +790,7 @@ pub fn codegen_crate<B: ExtraBackendMethods>(
},
);
}
};
}
}
ongoing_codegen.codegen_finished(tcx);