From 18dd5ba3ae94fd89dd27c0ae3891ac3e43ace350 Mon Sep 17 00:00:00 2001 From: Nadrieril Date: Tue, 24 Dec 2019 20:25:06 +0000 Subject: Note waiting for release of abnf --- dhall/build.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dhall/build.rs') diff --git a/dhall/build.rs b/dhall/build.rs index 3d4a2eb..9b00684 100644 --- a/dhall/build.rs +++ b/dhall/build.rs @@ -403,7 +403,7 @@ fn convert_abnf_to_pest() -> std::io::Result<()> { let mut data = read_to_string(abnf_path)?; data.push('\n'); - let data = data.replace('∀', ""); // See https://github.com/duesee/abnf/issues/11 + let data = data.replace('∀', ""); // TODO: waiting for abnf 0.6.1 let mut rules = abnf_to_pest::parse_abnf(&data)?; for line in BufReader::new(File::open(visibility_path)?).lines() { -- cgit v1.2.3