Skip to content

Commit 5308b64

Browse files
authored
refactor: don't expose Lib_info.map_path (#11690)
Signed-off-by: Antonio Nuno Monteiro <[email protected]>
1 parent 8743f31 commit 5308b64

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/dune_rules/lib_info.mli

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -184,8 +184,6 @@ val for_dune_package
184184
-> modules:Modules.With_vlib.t
185185
-> Path.t t
186186

187-
val map_path : Path.t t -> f:(Path.t -> Path.t) -> Path.t t
188-
189187
type 'a path =
190188
| Local : Path.Build.t path
191189
| External : Path.t path

0 commit comments

Comments
 (0)