[feature(conservative_impl_trait)] is stable since rust 1.26
This commit is contained in:
parent
6fec2ba9ec
commit
bb96b002d8
@ -1,4 +1,3 @@
|
|||||||
#![feature(conservative_impl_trait)]
|
|
||||||
#![feature(try_from)]
|
#![feature(try_from)]
|
||||||
|
|
||||||
extern crate futures;
|
extern crate futures;
|
||||||
|
@ -1,4 +1,3 @@
|
|||||||
#![feature(conservative_impl_trait)]
|
|
||||||
#![feature(generators)]
|
#![feature(generators)]
|
||||||
#![feature(proc_macro)]
|
#![feature(proc_macro)]
|
||||||
#![feature(try_from)]
|
#![feature(try_from)]
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
#![deny(missing_debug_implementations)]
|
#![deny(missing_debug_implementations)]
|
||||||
#![deny(missing_docs)]
|
#![deny(missing_docs)]
|
||||||
#![feature(conservative_impl_trait, try_from)]
|
#![feature(try_from)]
|
||||||
|
|
||||||
extern crate futures;
|
extern crate futures;
|
||||||
extern crate hyper;
|
extern crate hyper;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user