Skip to content

Commit 165cbce

Browse files
committed
fix nits
1 parent 09caa12 commit 165cbce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustc/middle/mem_categorization.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -424,7 +424,7 @@ impl<'a, 'gcx, 'tcx> MemCategorizationContext<'a, 'gcx, 'tcx> {
424424
let tcx = infcx.tcx;
425425

426426
// Subtle: we can't do rvalue promotion analysis until the
427-
// typeck false is complete, which means that you can't trust
427+
// typeck phase is complete, which means that you can't trust
428428
// the rvalue lifetimes that result, but that's ok, since we
429429
// don't need to know those during type inference.
430430
let rvalue_promotable_map = None;

0 commit comments

Comments
 (0)