From 350d92430a047a41f855c9f61d278c4476f04d78 Mon Sep 17 00:00:00 2001 From: Nadrieril Date: Mon, 8 Apr 2019 19:18:49 +0200 Subject: Circumvent https://github.com/rust-lang/rust/issues/59803 --- dhall_core/src/lib.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'dhall_core/src') diff --git a/dhall_core/src/lib.rs b/dhall_core/src/lib.rs index 9fddd1f..887f29e 100644 --- a/dhall_core/src/lib.rs +++ b/dhall_core/src/lib.rs @@ -1,6 +1,5 @@ #![feature(trace_macros)] #![feature(slice_patterns)] -#![feature(bind_by_move_pattern_guards)] #![allow( clippy::many_single_char_names, clippy::should_implement_trait, -- cgit v1.2.3