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 a2f017f commit 0e552c4Copy full SHA for 0e552c4
analysis/reanalyze/src/DeadValue.ml
@@ -186,8 +186,7 @@ let rec collectExpr super self (e : Typedtree.expression) =
186
{cstr_loc = {Location.loc_start = posTo; loc_ghost} as locTo; cstr_tag},
187
_ ) ->
188
(match cstr_tag with
189
- | Cstr_extension (path, _) ->
190
- path |> DeadException.markAsUsed ~locFrom ~locTo
+ | Cstr_extension path -> path |> DeadException.markAsUsed ~locFrom ~locTo
191
| _ -> ());
192
if !Config.analyzeTypes && not loc_ghost then
193
DeadType.addTypeReference ~posTo ~posFrom:locFrom.loc_start
0 commit comments