Skip to content
This repository was archived by the owner on Apr 24, 2021. It is now read-only.

Commit c12b523

Browse files
committed
Fix build after merge.
1 parent 625b431 commit c12b523

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rescript-editor-support/NewCompletions.re

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -627,7 +627,7 @@ let processCompletable =
627627
~kind=4,
628628
~deprecated=None,
629629
~detail="",
630-
~docstring=None,
630+
~docstring=[],
631631
~uri=full.file.uri,
632632
~pos_lnum=fst(pos),
633633
)

0 commit comments

Comments
 (0)