From 45be2ff1f5bb3d6e0faa098402adf985b3d5e7ca Mon Sep 17 00:00:00 2001 From: Nadrieril Date: Sat, 4 May 2019 12:38:36 +0200 Subject: Rename dhall_core to dhall_syntax --- dhall_generated_parser/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dhall_generated_parser') diff --git a/dhall_generated_parser/src/lib.rs b/dhall_generated_parser/src/lib.rs index 527e657..280b75e 100644 --- a/dhall_generated_parser/src/lib.rs +++ b/dhall_generated_parser/src/lib.rs @@ -6,7 +6,7 @@ //! [dhall-rust]: https://github.com/Nadrieril/dhall-rust // This crate only contains the grammar-generated parser. The rest of the -// parser is in dhall_core. This separation is because compiling the +// parser is in dhall_syntax. This separation is because compiling the // grammar-generated parser is extremely slow. // See the https://pest.rs documentation for details on what this crate contains. // The pest file is auto-generated and is located at ./dhall.pest. -- cgit v1.2.3