diff options
author | Nadrieril | 2019-05-04 12:38:36 +0200 |
---|---|---|
committer | Nadrieril | 2019-05-04 12:38:36 +0200 |
commit | 45be2ff1f5bb3d6e0faa098402adf985b3d5e7ca (patch) | |
tree | a7b15b0bf4b5b211eb42a559bc3cfde9a14b7749 /dhall_generated_parser | |
parent | ca4e2b39c838cde6da835470699579e8eddc1535 (diff) |
Rename dhall_core to dhall_syntax
Diffstat (limited to 'dhall_generated_parser')
-rw-r--r-- | dhall_generated_parser/src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
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. |