From 894fe3c70912aaeb457355335a897d53a2032ba4 Mon Sep 17 00:00:00 2001 From: Sergio Benitez Date: Sat, 12 Sep 2020 02:49:51 -0700 Subject: [PATCH] Fix benchmark features. --- core/lib/benches/format-routing.rs | 2 +- core/lib/benches/ranked-routing.rs | 2 +- core/lib/benches/simple-routing.rs | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/core/lib/benches/format-routing.rs b/core/lib/benches/format-routing.rs index ecf09394..105e836d 100644 --- a/core/lib/benches/format-routing.rs +++ b/core/lib/benches/format-routing.rs @@ -1,4 +1,4 @@ -#![feature(proc_macro_hygiene, decl_macro)] +#![feature(proc_macro_hygiene, decl_macro, test)] #[macro_use] extern crate rocket; diff --git a/core/lib/benches/ranked-routing.rs b/core/lib/benches/ranked-routing.rs index 8b026bad..2959f434 100644 --- a/core/lib/benches/ranked-routing.rs +++ b/core/lib/benches/ranked-routing.rs @@ -1,4 +1,4 @@ -#![feature(proc_macro_hygiene, decl_macro)] +#![feature(proc_macro_hygiene, decl_macro, test)] #[macro_use] extern crate rocket; diff --git a/core/lib/benches/simple-routing.rs b/core/lib/benches/simple-routing.rs index 7fea9b78..a0088b20 100644 --- a/core/lib/benches/simple-routing.rs +++ b/core/lib/benches/simple-routing.rs @@ -1,4 +1,4 @@ -#![feature(proc_macro_hygiene, decl_macro)] +#![feature(proc_macro_hygiene, decl_macro, test)] // #![feature(alloc_system)] // extern crate alloc_system;