Try_from feature is stabilised since Rust 1.34

This commit is contained in:
Berkus Decker 2019-03-10 10:04:54 +02:00
parent b4871d52f3
commit b3230e1c18
1 changed files with 0 additions and 1 deletions

View File

@ -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)]