Skip to content

Commit 5a1127f

Browse files
authored
refactor: get rid of warning 9 in the ppx (#816)
1 parent d63e7cb commit 5a1127f

2 files changed

Lines changed: 88 additions & 46 deletions

File tree

ppx/dune

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
(library
22
(name reason_react_ppx)
3-
(modules reason_react_ppx)
3+
(modules :standard \ standalone)
44
(public_name reason-react-ppx)
5-
(flags :standard -w -9)
65
(kind ppx_rewriter)
76
(libraries ppxlib))
87

0 commit comments

Comments
 (0)