summaryrefslogtreecommitdiff
path: root/benches/path_parser.rs
diff options
context:
space:
mode:
Diffstat (limited to 'benches/path_parser.rs')
-rw-r--r--benches/path_parser.rs4
1 files changed, 1 insertions, 3 deletions
diff --git a/benches/path_parser.rs b/benches/path_parser.rs
index 510f44a1..fe9602d5 100644
--- a/benches/path_parser.rs
+++ b/benches/path_parser.rs
@@ -1,6 +1,4 @@
-#[macro_use]
-extern crate criterion;
-use criterion::{black_box, Criterion};
+use criterion::{black_box, criterion_group, criterion_main, Criterion};
use librsvg::bench_only::Lexer;
use librsvg::bench_only::PathBuilder;