diff --git a/lib/top/compat_top.ml b/lib/top/compat_top.ml index 83e557a6..8552415c 100644 --- a/lib/top/compat_top.ml +++ b/lib/top/compat_top.ml @@ -97,9 +97,7 @@ let extension_constructor ; ext_loc ; ext_attributes #if OCAML_VERSION >= (5, 3, 0) - ; ext_uid = Uid.mk - ~current_unit: - (Some (Unit_info.make ~source_file:"mdx.ml" Impl "mdx")) + ; ext_uid = Uid.mk ~current_unit:None #elif OCAML_VERSION >= (4, 11, 0) ; ext_uid = Uid.mk ~current_unit:"mdx" #endif