We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbc30c1 commit db3e5a8Copy full SHA for db3e5a8
lib/top/compat_top.ml
@@ -97,9 +97,7 @@ let extension_constructor
97
; ext_loc
98
; ext_attributes
99
#if OCAML_VERSION >= (5, 3, 0)
100
- ; ext_uid = Uid.mk
101
- ~current_unit:
102
- (Some (Unit_info.make ~source_file:"mdx.ml" Impl "mdx"))
+ ; ext_uid = Uid.mk ~current_unit:None
103
#elif OCAML_VERSION >= (4, 11, 0)
104
; ext_uid = Uid.mk ~current_unit:"mdx"
105
#endif
0 commit comments