Try_from feature is stabilised since Rust 1.34
This commit is contained in:
parent
b4871d52f3
commit
b3230e1c18
|
@ -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)]
|
||||
|
|
Loading…
Reference in New Issue