File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -144,7 +144,6 @@ let references ~file ~line ~col ~extra ~package =
144
144
| Some (_ , loc ) ->
145
145
let allReferences =
146
146
References. allReferencesForLoc ~package ~file ~extra
147
- ~get Uri:ProcessCmt. fileForUri
148
147
~get Extra:(ProcessCmt. extraForModule ~package )
149
148
loc
150
149
in
Original file line number Diff line number Diff line change @@ -447,7 +447,7 @@ let forLocalStamp ~package ~file ~extra ~getExtra stamp tip =
447
447
in
448
448
(file.uri, local) :: externals)
449
449
450
- let allReferencesForLoc ~package ~getUri ~ file ~extra ~getExtra loc =
450
+ let allReferencesForLoc ~package ~file ~extra ~getExtra loc =
451
451
match loc with
452
452
| Explanation _
453
453
| Typed (_, NotFound )
@@ -474,7 +474,7 @@ let allReferencesForLoc ~package ~getUri ~file ~extra ~getExtra loc =
474
474
match ProcessCmt. exportedForTip ~env name tip with
475
475
| None -> []
476
476
| Some stamp -> (
477
- match getUri env.file.uri with
477
+ match ProcessCmt. fileForUri env.file.uri with
478
478
| Error _ -> []
479
479
| Ok (file , extra ) ->
480
480
maybeLog
You can’t perform that action at this time.
0 commit comments