Move env stanza parsing to Env.t

This will be necessary to allow this stanza in Workspace

Signed-off-by: Rudi Grinberg <rudi.grinberg@gmail.com>
This commit is contained in:
Rudi Grinberg 2018-07-10 13:24:21 +07:00
parent 20fe7a9d20
commit 61d7e49e07
1 changed files with 0 additions and 5 deletions

View File

@ -1626,11 +1626,6 @@ module Stanzas = struct
(let%map () = Syntax.since Stanza.syntax (1, 0)
and t = Tests.single in
[Tests t])
; "env",
(let%map () = Syntax.since Stanza.syntax (1, 0)
and loc = loc
and rules = repeat Env.rule in
[Env { loc; rules }])
]
let jbuild_parser =