Fix benchmark features.

This commit is contained in:
Sergio Benitez 2020-09-12 02:49:51 -07:00
parent 559e64cc1f
commit 894fe3c709
3 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
#![feature(proc_macro_hygiene, decl_macro)]
#![feature(proc_macro_hygiene, decl_macro, test)]
#[macro_use] extern crate rocket;

View File

@ -1,4 +1,4 @@
#![feature(proc_macro_hygiene, decl_macro)]
#![feature(proc_macro_hygiene, decl_macro, test)]
#[macro_use] extern crate rocket;

View File

@ -1,4 +1,4 @@
#![feature(proc_macro_hygiene, decl_macro)]
#![feature(proc_macro_hygiene, decl_macro, test)]
// #![feature(alloc_system)]
// extern crate alloc_system;