Skip to content

Commit fbb0728

Browse files
committed
Fix tidy error
1 parent 9b8243a commit fbb0728

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustc_typeck/check/coercion.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1224,7 +1224,7 @@ impl<'gcx, 'tcx, 'exprs, E> CoerceMany<'gcx, 'tcx, 'exprs, E>
12241224
cause.span,
12251225
blk_id,
12261226
);
1227-
// TODO: replace with navigating up the chain until hitting an fn or
1227+
// FIXME: replace with navigating up the chain until hitting an fn or
12281228
// bailing if no "pass-through" Node is found, in order to provide a
12291229
// suggestion when encountering something like:
12301230
// ```

0 commit comments

Comments
 (0)