Remove try_from feature.

This commit is contained in:
Jimmy Cuadra 2019-04-11 18:33:53 -07:00
parent d6c3be4566
commit 982b855d91
2 changed files with 0 additions and 3 deletions

View File

@ -1,5 +1,3 @@
#![feature(try_from)]
use std::{convert::TryFrom, env, process::exit};
use futures::Future;

View File

@ -2,7 +2,6 @@
#![deny(missing_debug_implementations)]
#![deny(missing_docs)]
#![feature(try_from)]
use std::{convert::TryInto, str::FromStr, sync::{Arc, Mutex}};