Skip to content

Commit 656d4c3

Browse files
committed
typo fix
1 parent eab3eb3 commit 656d4c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/librustc_mir/interpret/snapshot.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -431,7 +431,7 @@ impl<'a, 'mir, 'tcx> Eq for EvalSnapshot<'a, 'mir, 'tcx>
431431
impl<'a, 'mir, 'tcx> PartialEq for EvalSnapshot<'a, 'mir, 'tcx>
432432
{
433433
fn eq(&self, other: &Self) -> bool {
434-
// FIXME: This looks to be a *ridicolously expensive* comparison operation.
434+
// FIXME: This looks to be a *ridiculously expensive* comparison operation.
435435
// Doesn't this make tons of copies? Either `snapshot` is very badly named,
436436
// or it does!
437437
self.snapshot() == other.snapshot()

0 commit comments

Comments
 (0)