summaryrefslogtreecommitdiff
path: root/dhall_core/src/lib.rs
diff options
context:
space:
mode:
authorNadrieril2019-03-20 00:44:27 +0100
committerNadrieril2019-03-20 00:44:27 +0100
commit640a36906361ef5ef98fb66fd37246f084739d25 (patch)
tree630a18bf8bfc7820c12e0144738878eca8ff6331 /dhall_core/src/lib.rs
parent3a967a0eef8b69f7fc8bbc7655945edbbe2b579e (diff)
Handle simple parsing cases with new macros
Diffstat (limited to 'dhall_core/src/lib.rs')
-rw-r--r--dhall_core/src/lib.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/dhall_core/src/lib.rs b/dhall_core/src/lib.rs
index c728a75..43c8d9a 100644
--- a/dhall_core/src/lib.rs
+++ b/dhall_core/src/lib.rs
@@ -1,4 +1,6 @@
#![feature(trace_macros)]
+#![feature(slice_patterns)]
+#![recursion_limit="128"]
#![allow(
clippy::many_single_char_names,
clippy::should_implement_trait,