From b3230e1c189ae17e3b2744a587a1816fbebe77df Mon Sep 17 00:00:00 2001 From: Berkus Decker Date: Sun, 10 Mar 2019 10:04:54 +0200 Subject: [PATCH] Try_from feature is stabilised since Rust 1.34 --- src/main.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main.rs b/src/main.rs index 23a30b9..7859043 100644 --- a/src/main.rs +++ b/src/main.rs @@ -8,7 +8,6 @@ #![feature(ptr_internals)] // until we mark with PhantomData instead? #![feature(core_intrinsics)] #![feature(range_contains)] -#![feature(try_from)] #![feature(underscore_const_names)] #![doc(html_root_url = "https://docs.metta.systems/")] #![allow(dead_code)]