Remove unneeded test import

Now this builds on stable again. I’ll put future benchmarks under
benches/ to be sure.
This commit is contained in:
kageru 2020-05-17 00:22:53 +02:00
parent 9d6482204d
commit d9b960c6c1
Signed by: kageru
GPG Key ID: 8282A2BEA4ADA3D2

View File

@ -1,5 +1,3 @@
#![feature(test)]
extern crate test;
#[macro_use]
extern crate failure;
#[macro_use]