Skip to content

Commit 2d22e50

Browse files
authored
Fix alert flags so that Merlin understands them (#5245)
Signed-off-by: Andrey Mokhov <amokhov@janestreet.com>
1 parent 2b9fa2a commit 2d22e50

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dune

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@
3333

3434
(env
3535
(_
36-
(flags :standard -alert=-unstable)))
36+
(flags :standard -alert -unstable)))

otherlibs/configurator/dune

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
(env
22
(_
3-
(flags :standard \ -alert=-unstable)))
3+
(flags :standard \ -alert -unstable)))

0 commit comments

Comments
 (0)