Make tidy test happy

This commit is contained in:
Hirochika Matsumoto 2023-05-03 22:54:22 +09:00
parent e65c060d78
commit 61c3e4d56e
2 changed files with 2 additions and 2 deletions

View File

@ -573,7 +573,7 @@ pub(crate) fn parse_block_tail(
if self.prev_token.is_integer_lit()
&& self.look_ahead(1, |token| token.is_integer_lit())
{
// TODO(hkmatsumoto): Might be better to trigger
// FIXME(hkmatsumoto): Might be better to trigger
// this only when parsing an index expression.
err.span_suggestion_verbose(
self.token.span,