Remove TODO in `handle_node_store` (#4031)

This commit is contained in:
Charlie Marsh 2023-04-19 15:28:56 -04:00 committed by GitHub
parent cc8b5a543b
commit b3f8f2a5c1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -4488,7 +4488,6 @@ impl<'a> Checker<'a> {
return;
}
// TODO(charlie): Include comprehensions here.
if matches!(
parent.node,
StmtKind::For { .. } | StmtKind::AsyncFor { .. }