Skip to content

Commit

Permalink
fix(stdune): ignore warning 53 for now (#10972)
Browse files Browse the repository at this point in the history
Signed-off-by: Rudi Grinberg <me@rgrinberg.com>
  • Loading branch information
rgrinberg authored Sep 29, 2024
1 parent 1861618 commit 9f3cda7
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions otherlibs/stdune/src/stdune.ml
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
[@@@alert unstable "The API of this library is not stable and may change without notice."]
[@@@alert "-unstable"]
include struct
[@@@ocaml.warning "-53"]

[@@@alert
unstable "The API of this library is not stable and may change without notice."]

[@@@alert "-unstable"]
end

module Appendable_list = Appendable_list
module Nonempty_list = Nonempty_list
Expand Down

0 comments on commit 9f3cda7

Please sign in to comment.