Manual import cleanup

This commit is contained in:
Linus Färnstrand
2019-03-25 15:23:21 +01:00
parent 61eeb5843f
commit a6dfadc21d
6 changed files with 9 additions and 39 deletions

View File

@ -1,10 +1,5 @@
#[macro_use]
extern crate criterion;
use criterion::{criterion_group, criterion_main, Criterion};
use ipnetwork::{Ipv4Network, Ipv6Network};
use criterion::Criterion;
use std::net::{Ipv4Addr, Ipv6Addr};
fn parse_ipv4_benchmark(c: &mut Criterion) {