complete: remove stale comment

Commit a4b6348315 (clippy: fix collapsible_match lint, 2026-04-18) made
it so '$' characters are handled here, which contradicts the comment.
Remove it.
This commit is contained in:
Johannes Altmanninger
2026-04-19 15:54:32 +08:00
parent dda76d7f18
commit 9e4eb37696

View File

@@ -1752,9 +1752,7 @@ enum Mode {
mode = DoubleQuoted;
}
}
_ => {
// all other chars ignored here
}
_ => (),
}
}