Skip to content

Commit 2b28da2

Browse files
committed
clippy
1 parent 90f4993 commit 2b28da2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/machine.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1357,7 +1357,7 @@ impl<'tcx> Machine<'tcx> for MiriMachine<'tcx> {
13571357
ecx: &InterpCx<'tcx, Self>,
13581358
r: mir::RuntimeChecks,
13591359
) -> InterpResult<'tcx, bool> {
1360-
interp_ok(r.value(&ecx.tcx.sess))
1360+
interp_ok(r.value(ecx.tcx.sess))
13611361
}
13621362

13631363
#[inline(always)]

0 commit comments

Comments
 (0)