diff options
author | Nadrieril | 2020-02-09 20:06:44 +0000 |
---|---|---|
committer | Nadrieril | 2020-02-09 20:13:06 +0000 |
commit | e4b3a879907b6dcc75d25847ae21a23d0201aae1 (patch) | |
tree | dfc1c53498e63f7e05b3407c1facd098c76888ef /dhall/src | |
parent | 75889ac64e2d04dfd7c00fc59e29e4530e69cc9a (diff) |
Upgrade Rust toolchain
Diffstat (limited to '')
-rw-r--r-- | dhall/src/lib.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/dhall/src/lib.rs b/dhall/src/lib.rs index 7725b28..d8eeb4a 100644 --- a/dhall/src/lib.rs +++ b/dhall/src/lib.rs @@ -1,6 +1,4 @@ #![doc(html_root_url = "https://docs.rs/dhall/0.2.1")] -#![feature(trace_macros)] -#![feature(slice_patterns)] #![feature(never_type)] #![allow( clippy::type_complexity, |