Merge pull request #10 from florianjacob/update_feature_flags

remove conservative_impl_trait feature flag
This commit is contained in:
Jimmy Cuadra 2018-05-19 00:11:05 -07:00 committed by GitHub
commit 799d8e8d77
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 1 additions and 3 deletions

View File

@ -1,4 +1,3 @@
#![feature(conservative_impl_trait)]
#![feature(try_from)]
extern crate futures;

View File

@ -1,4 +1,3 @@
#![feature(conservative_impl_trait)]
#![feature(generators)]
#![feature(proc_macro)]
#![feature(try_from)]

View File

@ -2,7 +2,7 @@
#![deny(missing_debug_implementations)]
#![deny(missing_docs)]
#![feature(conservative_impl_trait, try_from)]
#![feature(try_from)]
extern crate futures;
extern crate hyper;