Skip to content

Commit 2c3fb75

Browse files
raphael-proustkandu
authored andcommitted
replace deprecated Lwt_unix.run with recommended Lwt_main.run
this is in preparation for Lwt.6
1 parent 0bad30b commit 2c3fb75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lTerm_vi.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
module Concurrent = struct
1111
module Thread= struct
1212
include Lwt
13-
let run= Lwt_unix.run [@@ocaml.warning "-3"]
13+
let run= Lwt_main.run
1414
let sleep= Lwt_unix.sleep
1515
end
1616
module MsgBox= struct

0 commit comments

Comments
 (0)