Remove unnecessary semicolon.
This commit is contained in:
parent
5673f47042
commit
c17c8dc78e
1 changed files with 1 additions and 1 deletions
|
@ -790,7 +790,7 @@ pub fn codegen_crate<B: ExtraBackendMethods>(
|
|||
},
|
||||
);
|
||||
}
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
ongoing_codegen.codegen_finished(tcx);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue