Fix benchmarks
This commit is contained in:
parent
6aee65a6f1
commit
d2af7c3f54
2 changed files with 3 additions and 2 deletions
benchmarks/benches
|
@ -1,4 +1,5 @@
|
|||
#![feature(test, proc_macro_non_items)]
|
||||
#![feature(test)]
|
||||
#![feature(proc_macro_hygiene)]
|
||||
|
||||
extern crate maud;
|
||||
extern crate test;
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
#![feature(test)]
|
||||
#![feature(proc_macro_non_items)]
|
||||
#![feature(proc_macro_hygiene)]
|
||||
|
||||
extern crate maud;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue