Remove now-unnecessary lifetime

This commit is contained in:
Oliver Scherer 2019-06-19 10:34:32 +02:00
parent 62af19b614
commit 3977cc2b37

View file

@ -224,7 +224,7 @@ for
/// Figure out the mutability of the allocation.
/// Mutable if it has interior mutability *anywhere* in the type.
fn intern_mutability<'tcx>(
tcx: TyCtxt<'tcx, 'tcx>,
tcx: TyCtxt<'tcx>,
param_env: ParamEnv<'tcx>,
ty: Ty<'tcx>,
span: Span,