Skip to content

Commit caa11de

Browse files
spastorinopnkfelix
authored andcommitted
Remove unused lifetime annotation
1 parent 5dc5c02 commit caa11de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustc_mir/borrow_check/nll/region_infer/annotation.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ use borrow_check::nll::region_infer::RegionInferenceContext;
1919
use borrow_check::nll::universal_regions::DefiningTy;
2020
use rustc_errors::DiagnosticBuilder;
2121

22-
impl<'gcx, 'tcx> RegionInferenceContext<'tcx> {
22+
impl<'tcx> RegionInferenceContext<'tcx> {
2323
/// Write out our state into the `.mir` files.
2424
pub(crate) fn annotate(&self, err: &mut DiagnosticBuilder<'_>) {
2525
match self.universal_regions.defining_ty {

0 commit comments

Comments
 (0)