associated_consts stabilized
Since rust 1.20
This commit is contained in:
parent
72e6dc7ad7
commit
60d0428730
@ -3,7 +3,7 @@
|
|||||||
//! shared by client and server code.
|
//! shared by client and server code.
|
||||||
|
|
||||||
#![deny(missing_debug_implementations, missing_docs)]
|
#![deny(missing_debug_implementations, missing_docs)]
|
||||||
#![feature(associated_consts, proc_macro, try_from)]
|
#![feature(proc_macro, try_from)]
|
||||||
|
|
||||||
extern crate futures;
|
extern crate futures;
|
||||||
extern crate hyper;
|
extern crate hyper;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user