From 74719869dc8aae53bf9521de55188c08f4ebaf11 Mon Sep 17 00:00:00 2001 From: Nadrieril Date: Fri, 8 Mar 2019 18:20:29 +0100 Subject: rustfmt --- dhall_parser/build.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'dhall_parser') diff --git a/dhall_parser/build.rs b/dhall_parser/build.rs index bc342c1..d30e31e 100644 --- a/dhall_parser/build.rs +++ b/dhall_parser/build.rs @@ -1,7 +1,7 @@ use std::collections::HashMap; +use std::env; use std::fs::File; use std::io::{BufRead, BufReader, Read, Write}; -use std::env; use std::path::Path; use abnf_to_pest::{abnf_to_pest, PestRuleSettings}; @@ -70,7 +70,6 @@ fn main() -> std::io::Result<()> { "final_expression = {{ SOI ~ complete_expression ~ EOI }}" )?; - // Generate pest parser manually to avoid spurious recompilations let derived = { let pest_path = "dhall.pest"; -- cgit v1.2.3