Merge pull request #23 from musoke/master

associated_consts stabilized
This commit is contained in:
Jimmy Cuadra 2017-10-17 06:42:06 -07:00 committed by GitHub
commit b0199a0489

View File

@ -3,7 +3,7 @@
//! shared by client and server code.
#![deny(missing_debug_implementations, missing_docs)]
#![feature(associated_consts, proc_macro, try_from)]
#![feature(proc_macro, try_from)]
extern crate futures;
extern crate hyper;