diff options
author | Dirkjan Ochtman <dirkjan@ochtman.nl> | 2018-11-04 22:10:09 +0100 |
---|---|---|
committer | Dirkjan Ochtman <dirkjan@ochtman.nl> | 2018-11-04 22:10:09 +0100 |
commit | efe621195e3e2459275e4985659c8b0158d0b880 (patch) | |
tree | 96552c5c2f84c3265c4a1ec587d8a33924aabbef /testing/benches/all.rs | |
parent | 940f90bea603931bf7f4004d1357eead820280bb (diff) | |
download | askama-efe621195e3e2459275e4985659c8b0158d0b880.tar.gz askama-efe621195e3e2459275e4985659c8b0158d0b880.tar.bz2 askama-efe621195e3e2459275e4985659c8b0158d0b880.zip |
Remove unused #[macro_use] attribute
Diffstat (limited to 'testing/benches/all.rs')
-rw-r--r-- | testing/benches/all.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/testing/benches/all.rs b/testing/benches/all.rs index a52374c..0ff47da 100644 --- a/testing/benches/all.rs +++ b/testing/benches/all.rs @@ -1,4 +1,3 @@ -#[macro_use] extern crate askama; #[macro_use] extern crate criterion; |