Fix benchmarks

This commit is contained in:
Chris Wong 2018-10-06 21:44:31 +13:00
parent 6aee65a6f1
commit d2af7c3f54
2 changed files with 3 additions and 2 deletions
benchmarks/benches

View file

@ -1,4 +1,5 @@
#![feature(test, proc_macro_non_items)]
#![feature(test)]
#![feature(proc_macro_hygiene)]
extern crate maud;
extern crate test;

View file

@ -1,5 +1,5 @@
#![feature(test)]
#![feature(proc_macro_non_items)]
#![feature(proc_macro_hygiene)]
extern crate maud;