Skip to content

Commit

Permalink
Remove shape from odocl files
Browse files Browse the repository at this point in the history
  • Loading branch information
jonludlam committed Sep 14, 2023
1 parent 105c500 commit 152dc16
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/odoc/odoc_link.ml
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,6 @@ let from_odoc ~resolver ~warnings_options input output =
link_unit ~resolver ~filename m
|> handle_warnings ~input_warnings ~warnings_options
>>= fun (m, warnings) ->
let m = {m with Odoc_model.Lang.Compilation_unit.shape = None} in
Odoc_file.save_unit output ~warnings m;
Ok (`Module m)

0 comments on commit 152dc16

Please sign in to comment.