Remove comment for 4.02.3

This commit is contained in:
François Bobot 2017-03-23 17:03:52 +01:00 committed by Jérémie Dimino
parent b4c4fcc128
commit 2bf15067cb
2 changed files with 2 additions and 1 deletions

View File

@ -2,7 +2,7 @@ open! Import
val gen
: contexts:Context.t list
-> ?filter_out_optional_stanzas_with_missing_deps:bool (** default: true *)
-> ?filter_out_optional_stanzas_with_missing_deps:bool (* default: true *)
-> ?only_packages:String_set.t
-> Jbuild_load.conf
-> (Build_interpret.Rule.t list *

View File

@ -3,4 +3,5 @@
(library
((name jbuilder_re)
;; (public_name jbuilder.re)
(flags (:standard -w -50))
(synopsis "Internal Jbuilder library, do not use!")))