Skip to content

Commit

Permalink
Fix some warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
lnicola committed Jan 19, 2022
1 parent 3e2de3b commit f601f85
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions benches/parse.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
extern crate criterion;
extern crate wkt;

use criterion::Criterion;

fn criterion_benchmark(c: &mut criterion::Criterion) {
c.bench_function("parse small", |bencher| {
let s = include_str!("./small.wkt");
Expand Down
1 change: 0 additions & 1 deletion src/conversion.rs
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ where
}
}

#[macro_use]
macro_rules! try_from_wkt_impl {
($($type: ident),+) => {
$(
Expand Down

0 comments on commit f601f85

Please sign in to comment.