summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNadrieril2019-11-11 11:08:36 +0000
committerNadrieril2019-11-11 13:50:36 +0000
commit3add00f2f9373da470a43056f7ae5db72081a59b (patch)
tree1c7e2504355fafaec0e3530ce90d587582ba1608
parent8287ba2ec69608f8e7e658aa59ec10e3bbea9536 (diff)
Update rust toolchain
-rw-r--r--dhall/src/lib.rs1
-rw-r--r--rust-toolchain2
-rw-r--r--serde_dhall/src/lib.rs2
3 files changed, 1 insertions, 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.
//!