Skip to content

Commit 8b41159

Browse files
committed
Fix review comment. Fix #47
1 parent 5cc0d93 commit 8b41159

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/codegen/mod.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,6 @@ impl CodeGenerator for Var {
279279
item: &Item) {
280280
let canonical_name = item.canonical_name(ctx);
281281

282-
// TODO: Maybe warn here if there's a type mismatch
283282
if result.seen_var(&canonical_name) {
284283
return;
285284
}

0 commit comments

Comments
 (0)