summaryrefslogtreecommitdiff
path: root/dhall_proc_macros/src/lib.rs
diff options
context:
space:
mode:
authorNadrieril2019-09-02 17:44:23 +0200
committerNadrieril2019-09-02 17:44:23 +0200
commit4bc3380f57e6ce1c7766df0d6b720371b216490d (patch)
treeef09f7faf9c4c88c48abe204aec1b36ecd6d2576 /dhall_proc_macros/src/lib.rs
parent98b53bfe084fcdb58207de19fccbd9ac10a7baf7 (diff)
Get rid of EntryPoint magic
Diffstat (limited to 'dhall_proc_macros/src/lib.rs')
-rw-r--r--dhall_proc_macros/src/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/dhall_proc_macros/src/lib.rs b/dhall_proc_macros/src/lib.rs
index 92cf981..3e41254 100644
--- a/dhall_proc_macros/src/lib.rs
+++ b/dhall_proc_macros/src/lib.rs
@@ -1,3 +1,4 @@
+#![feature(drain_filter)]
//! This crate contains the code-generation primitives for the [dhall-rust][dhall-rust] crate.
//! This is highly unstable and breaks regularly; use at your own risk.
//!