rustc: Remove needless lifetimes
This commit is contained in:
parent
65bd2a6a73
commit
3dde32ca97
109 changed files with 266 additions and 320 deletions
|
@ -169,7 +169,7 @@ impl<'tcx> MockBlocks<'tcx> {
|
|||
}
|
||||
}
|
||||
|
||||
fn debug_basic_blocks<'tcx>(mir_body: &Body<'tcx>) -> String {
|
||||
fn debug_basic_blocks(mir_body: &Body) -> String {
|
||||
format!(
|
||||
"{:?}",
|
||||
mir_body
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue