Skip to content

Commit badc8a1

Browse files
committed
remove comment
1 parent 4190901 commit badc8a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jscomp/ml/predef.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ let common_initial_env add_type add_extension empty_env =
234234
ld_id = ident_dict_magic_field_name;
235235
ld_attributes = [(Location.mknoloc "res.optional", Parsetree.PStr []); Dict_type_helpers.dict_magic_field_attr];
236236
ld_loc = Location.none;
237-
ld_mutable = Immutable; (* TODO(dict-pattern-matching) Should probably be mutable? *)
237+
ld_mutable = Immutable;
238238
ld_type = newgenty (Tconstr (path_option, [tvar], ref Mnil));
239239
}],
240240
Record_optional_labels [Ident.name ident_dict_magic_field_name]);

0 commit comments

Comments
 (0)