Skip to content

Commit ab947a3

Browse files
committed
M ghcide/src/Development/IDE/Core/Compile.hs
1 parent 5e0c302 commit ab947a3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ghcide/src/Development/IDE/Core/Compile.hs

-1
Original file line numberDiff line numberDiff line change
@@ -1011,7 +1011,6 @@ getDocsBatch hsc_env _mod _names = do
10111011
}
10121012
<- loadModuleInterface "getModuleInterface" mod
10131013
pure . (name,) $
1014-
-- 2021-11-17: NOTE: one does not simply check into Mordor (not 1 mode)
10151014
if isNothing mb_doc_hdr && Map.null dmap && Map.null amap
10161015
then Left $ NoDocsInIface mod $ isCompiled name
10171016
else Right (Map.lookup name dmap, Map.lookup name amap)

0 commit comments

Comments
 (0)