Remove try_from feature.

This commit is contained in:
Jimmy Cuadra 2019-04-11 18:11:16 -07:00
parent 63fefb952b
commit 87ae777549

View File

@ -3,7 +3,6 @@
//! shared by client and server code.
#![deny(missing_debug_implementations, missing_docs)]
#![feature(try_from)]
use futures;
use http;