Skip to content

Commit

Permalink
Small fix after rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
voodoos committed Jun 4, 2021
1 parent 2d05740 commit 8849683
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions src/dune_rules/mdx.ml
Original file line number Diff line number Diff line change
Expand Up @@ -168,8 +168,6 @@ let decode =
field "libraries" ~default:[]
(Dune_lang.Syntax.since syntax (0, 2)
>>> Dune_file.Lib_deps.decode Executable)
~default:[]
>>> Dune_file.Lib_deps.decode Executable)
in
{ loc; version; files; packages; deps; preludes; libraries; enabled_if })

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
^^^^^^^^^^^^^^^^^
Error: 'enabled_if' is only available since version 2.9 of the dune language.
Please update your dune-project file to have (lang dune 2.9).
[1]
[1]

0 comments on commit 8849683

Please sign in to comment.