From 60d0428730bc972e32c915c43f77d05bc548239c Mon Sep 17 00:00:00 2001 From: Nathan Musoke Date: Tue, 17 Oct 2017 23:52:05 +1300 Subject: [PATCH] associated_consts stabilized Since rust 1.20 --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index 28231ced..c69887fa 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -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;