Remove try_from feature.

This commit is contained in:
Jimmy Cuadra 2019-04-11 18:03:46 -07:00
parent 99b2d6423f
commit 376b53613f

View File

@ -10,7 +10,6 @@
//! those requests.
#![deny(missing_debug_implementations)]
#![deny(missing_docs)]
#![feature(try_from)]
use std::{convert::TryInto, io};