mirror of
https://github.com/roc-lang/roc.git
synced 2025-12-23 08:48:03 +00:00
Remove unnecessary comments
This commit is contained in:
parent
4ef14a3f2d
commit
f71b41010a
1 changed files with 2 additions and 2 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue