Remove needless lifetimes
This commit is contained in:
parent
d50a3a7b86
commit
ec711767a7
29 changed files with 99 additions and 99 deletions
|
@ -144,7 +144,7 @@ impl BuilderMethods<'a, 'tcx> for Builder<'a, 'll, 'tcx> {
|
|||
}
|
||||
}
|
||||
|
||||
fn build_sibling_block<'b>(&self, name: &'b str) -> Self {
|
||||
fn build_sibling_block(&self, name: &str) -> Self {
|
||||
Builder::new_block(self.cx, self.llfn(), name)
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue