Skip to content

Commit 2d32f99

Browse files
committed
format
1 parent de827b4 commit 2d32f99

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

compiler/ml/typetexp.ml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,8 @@ let find_type env loc lid =
120120
env loc lid
121121
in
122122
let decl = Env.find_type path env in
123-
Builtin_attributes.check_deprecated loc decl.type_attributes (Path.name path);
123+
Builtin_attributes.check_deprecated ~deprecated_context:Cmt_utils.Reference
124+
loc decl.type_attributes (Path.name path);
124125
(path, decl)
125126

126127
let find_constructor =

0 commit comments

Comments
 (0)