rustc: Remove needless lifetimes
This commit is contained in:
parent
65bd2a6a73
commit
3dde32ca97
109 changed files with 266 additions and 320 deletions
|
@ -957,10 +957,10 @@ impl SaveHandler for CallbackHandler<'_> {
|
|||
}
|
||||
}
|
||||
|
||||
pub fn process_crate<'l, 'tcx, H: SaveHandler>(
|
||||
tcx: TyCtxt<'tcx>,
|
||||
pub fn process_crate<H: SaveHandler>(
|
||||
tcx: TyCtxt<'_>,
|
||||
cratename: Symbol,
|
||||
input: &'l Input,
|
||||
input: &Input,
|
||||
config: Option<Config>,
|
||||
mut handler: H,
|
||||
) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue