codegen_llvm: remove explicit returns
This commit is contained in:
parent
b168e5f125
commit
a0fc2e6ddc
3 changed files with 4 additions and 3 deletions
|
@ -1194,7 +1194,7 @@ impl Builder<'a, 'll, 'tcx> {
|
|||
})
|
||||
.collect();
|
||||
|
||||
return Cow::Owned(casted_args);
|
||||
Cow::Owned(casted_args)
|
||||
}
|
||||
|
||||
pub fn lifetime_start(&self, ptr: &'ll Value, size: Size) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue