Remove usage of unstable feature try_from

This commit is contained in:
Simon Sapin 2017-10-11 20:22:06 +02:00
parent 4ee8f56b9c
commit 796a8dc618
2 changed files with 7 additions and 8 deletions

View file

@ -13,7 +13,6 @@
#![feature(on_unimplemented)]
#![feature(plugin)]
#![feature(proc_macro)]
#![feature(try_from)]
#![deny(unsafe_code)]
#![allow(non_snake_case)]