Skip to content

Commit

Permalink
rebase
Browse files Browse the repository at this point in the history
Signed-off-by: Rudi Grinberg <[email protected]>
  • Loading branch information
rgrinberg committed Oct 14, 2020
1 parent 67a2527 commit 58001a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dune_rules/lib.ml
Original file line number Diff line number Diff line change
Expand Up @@ -1298,7 +1298,7 @@ end = struct
in
(acc_res, acc_selects, acc_re_exports, acc_renames)
| Rename ((loc, name), to_) ->
let lib = resolve_dep db (loc, name) ~allow_private_deps ~stack in
let lib = resolve_dep db (loc, name) ~private_deps ~stack in
let acc_res =
let+ lib = lib
and+ acc_res = acc_res in
Expand Down

0 comments on commit 58001a5

Please sign in to comment.