Skip to content

Commit 3977cc2

Browse files
committed
Remove now-unnecessary lifetime
1 parent 62af19b commit 3977cc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustc_mir/interpret/intern.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ for
224224
/// Figure out the mutability of the allocation.
225225
/// Mutable if it has interior mutability *anywhere* in the type.
226226
fn intern_mutability<'tcx>(
227-
tcx: TyCtxt<'tcx, 'tcx>,
227+
tcx: TyCtxt<'tcx>,
228228
param_env: ParamEnv<'tcx>,
229229
ty: Ty<'tcx>,
230230
span: Span,

0 commit comments

Comments
 (0)