Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Remove now-unnecessary lifetime
  • Loading branch information
oli-obk committed Jun 19, 2019
1 parent 62af19b commit 3977cc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/librustc_mir/interpret/intern.rs
Expand Up @@ -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,
Expand Down

0 comments on commit 3977cc2

Please sign in to comment.