associated_consts stabilized

Since rust 1.20
This commit is contained in:
Nathan Musoke 2017-10-17 23:52:05 +13:00
parent 72e6dc7ad7
commit 60d0428730

View File

@ -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;