Skip to content

Commit 1f5884f

Browse files
committed
Drop enabling maybe_expr in the runtime - it's not needed anymore
1 parent 41fa7f9 commit 1f5884f

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

rebar.config

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,7 @@
44
{deps,
55
[
66
{proper, {git, "https://github.com/proper-testing/proper.git", {branch, "master"}}}
7-
]},
8-
%% see the maybe expression fail;
9-
%% the VM also needs to be configured to load the module
10-
{erl_opts, [{feature,maybe_expr,enable}]}
7+
]}
118
]}
129
]}.
1310

0 commit comments

Comments
 (0)