Remove unnecessary comments

This commit is contained in:
Richard Feldman 2025-11-17 21:43:58 -05:00
parent 4ef14a3f2d
commit f71b41010a
No known key found for this signature in database

View file

@ -321,7 +321,7 @@ pub fn setupAutoImportedBuiltinTypes(
try current_scope.type_bindings.put(gpa, type_ident, Scope.TypeBinding{
.external_nominal = .{
.module_ident = builtin_ident, // Module is "Builtin", not the type name
.module_ident = builtin_ident,
.original_ident = type_ident,
.target_node_idx = target_node_idx,
.import_idx = builtin_import_idx,
@ -338,7 +338,7 @@ pub fn setupAutoImportedBuiltinTypes(
try current_scope.type_bindings.put(gpa, type_ident, Scope.TypeBinding{
.external_nominal = .{
.module_ident = builtin_ident, // Module is "Builtin", not the type name
.module_ident = builtin_ident,
.original_ident = type_ident,
.target_node_idx = null,
.import_idx = builtin_import_idx,