Remove unused #[macro_use] attribute

This commit is contained in:
Dirkjan Ochtman 2018-11-04 22:10:09 +01:00
parent 940f90bea6
commit efe621195e

View File

@ -1,4 +1,3 @@
#[macro_use]
extern crate askama;
#[macro_use]
extern crate criterion;