Skip to content

Commit 48effbe

Browse files
committed
refactor: remove open!
Signed-off-by: Ali Caglayan <[email protected]>
1 parent 680e1ba commit 48effbe

File tree

120 files changed

+97
-137
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

120 files changed

+97
-137
lines changed

bin/describe/describe_location.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
open! Import
1+
open Import
22

33
let doc =
44
"Print the path to the executable using the same resolution logic as [dune exec]."

bin/describe/describe_location.mli

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
open! Import
1+
open Import
22

33
val command : unit Cmd.t

bin/lock_dev_tool.mli

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
open! Import
1+
open Import
22

33
val is_enabled : bool Lazy.t
44
val lock_dev_tool : Dune_pkg.Dev_tool.t -> unit Memo.t

bin/ocaml/doc.mli

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
open! Import
1+
open Import
22

33
val cmd : unit Cmd.t

bin/pkg/validate_lock_dir.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
open! Import
1+
open Import
22
open Pkg_common
33
module Package_universe = Dune_pkg.Package_universe
44
module Lock_dir = Dune_pkg.Lock_dir

bin/rpc/rpc_build.mli

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,2 @@
1-
open! Import
2-
31
(** dune rpc build command *)
42
val cmd : unit Cmdliner.Cmd.t

bin/runtest_common.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
open! Import
1+
open Import
22

33
let find_cram_test path ~parent_dir =
44
let open Memo.O in

bin/runtest_common.mli

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
open! Import
1+
open Import
22

33
(** [make_request ~dir_or_cram_test_paths ~to_cwd] returns a function suitable
44
for passing to [Build_cmd.run_build_system] which runs the tests referred

bin/tools/group.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
open! Import
1+
open Import
22

33
module Exec = struct
44
let doc = "Command group for running wrapped tools."

bin/tools/tools_common.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
open! Import
1+
open Import
22
module Pkg_dev_tool = Dune_rules.Pkg_dev_tool
33

44
let dev_tool_bin_dirs =

0 commit comments

Comments
 (0)