Skip to content

Commit 61f03a5

Browse files
authored
refactor: get rid of a bunch of [Stdune.String] uses (#1551)
Signed-off-by: Rudi Grinberg <me@rgrinberg.com>
1 parent 5b6fd4b commit 61f03a5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ocaml-lsp-server/src/import.ml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,8 @@ module String = struct
8686
include struct
8787
open Stdune.String
8888
module Map = Map
89+
90+
let extract_words = extract_words
8991
end
9092

9193
let to_dyn = Dyn.string
@@ -124,7 +126,6 @@ module String = struct
124126
let lfindi = lfindi
125127
let filter = filter
126128
let is_suffix = is_suffix
127-
let extract_words = Stdune.String.extract_words
128129
end
129130

130131
let findi =

0 commit comments

Comments
 (0)