]> git.lizzy.rs Git - rust.git/blobdiff - compiler/rustc_save_analysis/src/lib.rs
Auto merge of #106081 - mina86:c, r=Mark-Simulacrum
[rust.git] / compiler / rustc_save_analysis / src / lib.rs
index 6c310abf10ac537f78b66ef160e7acd5466eb19a..6afd5fe5a7f2a1a9e96b9f2d5d10c5a74427ac92 100644 (file)
@@ -957,10 +957,10 @@ fn save(&mut self, _: &SaveContext<'_>, analysis: &Analysis) {
     }
 }
 
-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,
 ) {