From 3add00f2f9373da470a43056f7ae5db72081a59b Mon Sep 17 00:00:00 2001 From: Nadrieril Date: Mon, 11 Nov 2019 11:08:36 +0000 Subject: Update rust toolchain --- dhall/src/lib.rs | 1 - rust-toolchain | 2 +- serde_dhall/src/lib.rs | 2 -- 3 files changed, 1 insertion(+), 4 deletions(-) diff --git a/dhall/src/lib.rs b/dhall/src/lib.rs index 9656612..ed4435a 100644 --- a/dhall/src/lib.rs +++ b/dhall/src/lib.rs @@ -1,6 +1,5 @@ #![feature(trace_macros)] #![feature(slice_patterns)] -#![feature(non_exhaustive)] #![feature(never_type)] #![allow( clippy::type_complexity, diff --git a/rust-toolchain b/rust-toolchain index 1d00bee..850ed01 100644 --- a/rust-toolchain +++ b/rust-toolchain @@ -1 +1 @@ -nightly-2019-09-03 +nightly-2019-11-11 diff --git a/serde_dhall/src/lib.rs b/serde_dhall/src/lib.rs index 3d07539..d371d6d 100644 --- a/serde_dhall/src/lib.rs +++ b/serde_dhall/src/lib.rs @@ -1,5 +1,3 @@ -#![feature(non_exhaustive)] - //! [Dhall][dhall] is a programmable configuration language that provides a non-repetitive //! alternative to JSON and YAML. //! -- cgit v1.2.3