Merge pull request #10 from florianjacob/update_feature_flags
remove conservative_impl_trait feature flag
This commit is contained in:
commit
799d8e8d77
@ -1,4 +1,3 @@
|
||||
#![feature(conservative_impl_trait)]
|
||||
#![feature(try_from)]
|
||||
|
||||
extern crate futures;
|
||||
|
@ -1,4 +1,3 @@
|
||||
#![feature(conservative_impl_trait)]
|
||||
#![feature(generators)]
|
||||
#![feature(proc_macro)]
|
||||
#![feature(try_from)]
|
||||
|
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user