Remove try_from feature.
This commit is contained in:
parent
d6c3be4566
commit
982b855d91
@ -1,5 +1,3 @@
|
|||||||
#![feature(try_from)]
|
|
||||||
|
|
||||||
use std::{convert::TryFrom, env, process::exit};
|
use std::{convert::TryFrom, env, process::exit};
|
||||||
|
|
||||||
use futures::Future;
|
use futures::Future;
|
||||||
|
@ -2,7 +2,6 @@
|
|||||||
|
|
||||||
#![deny(missing_debug_implementations)]
|
#![deny(missing_debug_implementations)]
|
||||||
#![deny(missing_docs)]
|
#![deny(missing_docs)]
|
||||||
#![feature(try_from)]
|
|
||||||
|
|
||||||
use std::{convert::TryInto, str::FromStr, sync::{Arc, Mutex}};
|
use std::{convert::TryInto, str::FromStr, sync::{Arc, Mutex}};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user