From 72cabaefcbb0590f4dc0580229a87310511462e3 Mon Sep 17 00:00:00 2001 From: Rudi Grinberg Date: Sun, 23 Feb 2025 14:25:02 +0000 Subject: [PATCH] chore: remove [Stdune.Int] int Signed-off-by: Rudi Grinberg Signed-off-by: Rudi Grinberg --- ocaml-lsp-server/src/import.ml | 1 - 1 file changed, 1 deletion(-) diff --git a/ocaml-lsp-server/src/import.ml b/ocaml-lsp-server/src/import.ml index 425eab511..a163f0f4e 100644 --- a/ocaml-lsp-server/src/import.ml +++ b/ocaml-lsp-server/src/import.ml @@ -5,7 +5,6 @@ include struct module Code_error = Code_error module Comparable = Comparable module Exn_with_backtrace = Exn_with_backtrace - module Int = Int module Table = Table module Tuple = Tuple module Unix_env = Env